Skip to content

Commit

Permalink
11.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Apr 9, 2024
1 parent 21e4163 commit a88a6d4
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.4.1",
versionScheme := Some("early-semver"),
version := "11.1.3",
version := "11.1.4",
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 a88a6d4

Please sign in to comment.