diff --git a/build.sbt b/build.sbt index c430ba526..f7b097dd8 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ ThisBuild / organization := "org.lichess" -ThisBuild / version := "15.7.3" +ThisBuild / version := "15.7.4" ThisBuild / scalaVersion := "3.3.1" ThisBuild / licenses += "MIT" -> url("https://opensource.org/licenses/MIT") @@ -63,4 +63,3 @@ lazy val testKit = project addCommandAlias("fmtCheck", "all scalachess/scalafmtCheckAll bench/scalafmtCheckAll testKit/scalafmtCheckAll") addCommandAlias("fmt", "all scalachess/scalafmtAll bench/scalafmtAll testKit/scalafmtAll") -