Skip to content

Commit

Permalink
11.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Sep 16, 2024
1 parent 4da5a79 commit 378a29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ inThisBuild(
Seq(
scalaVersion := "3.5.0",
versionScheme := Some("early-semver"),
version := "11.2.8",
version := "11.2.9",
organization := "org.lichess",
licenses += ("MIT" -> url("https://opensource.org/licenses/MIT")),
publishTo := Option(Resolver.file("file", new File(sys.props.getOrElse("publishTo", ""))))
Expand Down

0 comments on commit 378a29b

Please sign in to comment.