diff --git a/build.sbt b/build.sbt index 29e8816a7..5ab287506 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ ThisBuild / organization := "org.lichess" -ThisBuild / version := "15.7.2" +ThisBuild / version := "15.7.3" ThisBuild / scalaVersion := "3.3.1" ThisBuild / licenses += "MIT" -> url("https://opensource.org/licenses/MIT")