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 5919285 commit 8c94e20Copy full SHA for 8c94e20
build.sbt
@@ -3,7 +3,7 @@ import snapshot4s.BuildInfo.snapshot4sVersion
3
inThisBuild(
4
Seq(
5
scalaVersion := "3.7.4",
6
- version := "17.14.0",
+ version := "17.14.1",
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