Skip to content

Commit

Permalink
15.7.4 - closes lichess-org/lila#14326
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Dec 29, 2023
1 parent cfcfc01 commit 2aa6d62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -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")

Expand Down Expand Up @@ -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")

0 comments on commit 2aa6d62

Please sign in to comment.