Skip to content

Commit

Permalink
11.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Feb 23, 2025
1 parent faf5e83 commit 6c0c6c2
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.6.3",
versionScheme := Some("early-semver"),
version := "11.6.1",
version := "11.6.2",
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 6c0c6c2

Please sign in to comment.