We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6020b3b commit 584c624Copy full SHA for 584c624
build.sbt
@@ -3,7 +3,7 @@ import snapshot4s.BuildInfo.snapshot4sVersion
3
inThisBuild(
4
Seq(
5
scalaVersion := "3.8.1",
6
- version := "17.14.3",
+ version := "17.15.0",
7
organization := "com.github.lichess-org.scalachess",
8
licenses += ("MIT" -> url("https://opensource.org/licenses/MIT")),
9
publishTo := Option(Resolver.file("file", new File(sys.props.getOrElse("publishTo", "")))),
0 commit comments