Skip to content

Commit

Permalink
16.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Dec 20, 2024
1 parent 37b5695 commit 168d650
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.6.2",
version := "16.5.0",
version := "16.5.1",
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.2"
val scalalibVersion = "11.5.3"

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

0 comments on commit 168d650

Please sign in to comment.