diff --git a/build.sbt b/build.sbt index cfdb483e2..c0c11847d 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ lazy val scalachess = Project("scalachess", file(".")).settings( ) ThisBuild / organization := "org.lichess" -ThisBuild / version := "15.3.5" +ThisBuild / version := "15.3.6" ThisBuild / scalaVersion := "3.3.0" ThisBuild / licenses += "MIT" -> url("https://opensource.org/licenses/MIT")