diff --git a/build.sbt b/build.sbt index 6cd4188c6..8c7371f70 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ ThisBuild / organization := "org.lichess" -ThisBuild / version := "15.7.5" +ThisBuild / version := "15.7.6" ThisBuild / scalaVersion := "3.3.1" ThisBuild / licenses += "MIT" -> url("https://opensource.org/licenses/MIT")