Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lavrov committed Sep 1, 2024
1 parent 9e3d32c commit 4de65e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ lazy val server = project
lazy val commonSettings: List[Setting[_]] = List(
organization := "io.github.torrentdam.server",
version := sys.env.getOrElse("VERSION", "SNAPSHOT"),
scalaVersion := "3.3.0",
scalaVersion := "3.5.0",
scalacOptions ++= List(
"-source:future",
"-Ykind-projector:underscores",
Expand Down Expand Up @@ -80,7 +80,7 @@ lazy val publishSettings: List[Setting[_]] = List(
"scm:git@github.com:TorrentDam/server.git"
)
),
licenses := List("Unlicense" -> new URL("https://unlicense.org/")),
licenses := List("Unlicense" -> url("https://unlicense.org/")),
homepage := Some(url("https://torrentdam.github.io/"))
)

Expand Down Expand Up @@ -116,7 +116,7 @@ lazy val Deps = new {
}

lazy val Versions = new {
val bittorrent = "3.1.2"
val bittorrent = "3.3.0"
val `cats-effect` = "3.5.4"
val fs2 = "3.9.4"
val `scodec-bits` = "1.1.27"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.9
sbt.version=1.10.1

0 comments on commit 4de65e7

Please sign in to comment.