Skip to content

Commit

Permalink
Merge pull request #259 from lichess-org/scalachess-15.7.1
Browse files Browse the repository at this point in the history
Scalachess 15.7.1
  • Loading branch information
lenguyenthanh authored Dec 15, 2023
2 parents 9abdc73 + c0e3a67 commit 65dd22a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ inThisBuild(
versionScheme := Some("early-semver"),
version := "3.0",
run / fork := true,
run / javaOptions += "-Dconfig.override_with_env_vars=true",
ThisBuild / libraryDependencySchemes ++= Seq(
"org.typelevel" %% "cats-parse" % VersionScheme.Always
)
run / javaOptions += "-Dconfig.override_with_env_vars=true"
)
)

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Dependencies {
val ciris = "3.5.0"
val kamon = "2.5.11"
val kamonAgent = "1.0.18"
val chess = "15.6.11"
val chess = "15.7.1"
val catsEffect = "3.5.2"
}

Expand Down

0 comments on commit 65dd22a

Please sign in to comment.