Skip to content

Commit

Permalink
16.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Nov 11, 2024
1 parent 166b4a1 commit fdb0128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
inThisBuild(
Seq(
scalaVersion := "3.5.2",
version := "16.3.3",
version := "16.3.4",
organization := "org.lichess",
licenses += ("MIT" -> url("https://opensource.org/licenses/MIT")),
publishTo := Option(Resolver.file("file", new File(sys.props.getOrElse("publishTo", "")))),
Expand All @@ -10,7 +10,7 @@ inThisBuild(
)
)

val scalalibVersion = "11.3.1"
val scalalibVersion = "11.3.2"

val commonSettings = Seq(
scalacOptions := Seq(
Expand Down

0 comments on commit fdb0128

Please sign in to comment.