Skip to content

Commit

Permalink
16.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Dec 22, 2024
1 parent 194a111 commit cd93b80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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.3",
version := "16.6.0",
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.5.3"
val scalalibVersion = "11.5.4"

val commonSettings = Seq(
scalacOptions := Seq(
Expand All @@ -34,6 +34,7 @@ lazy val scalachess: Project = Project("scalachess", file("core")).settings(
name := "scalachess",
libraryDependencies ++= List(
"org.lichess" %% "scalalib-core" % scalalibVersion,
"org.lichess" %% "scalalib-model" % scalalibVersion,
"org.typelevel" %% "cats-core" % "2.12.0",
"org.typelevel" %% "alleycats-core" % "2.12.0",
"org.typelevel" %% "cats-parse" % "1.1.0",
Expand Down

0 comments on commit cd93b80

Please sign in to comment.