Skip to content

Commit

Permalink
11.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Sep 14, 2024
1 parent f6aa9b4 commit bc95370
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.7",
version := "11.2.8",
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 bc95370

Please sign in to comment.