Skip to content

Commit

Permalink
scala 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh authored Aug 16, 2024
1 parent 1e21c75 commit d38a6d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
inThisBuild(
Seq(
scalaVersion := "3.4.3",
scalaVersion := "3.5.0",
version := "16.2.1",
organization := "org.lichess",
licenses += ("MIT" -> url("https://opensource.org/licenses/MIT")),
Expand All @@ -17,7 +17,7 @@ val commonSettings = Seq(
"-encoding",
"utf-8",
"-rewrite",
"-source:3.4-migration",
"-source:3.7-migration",
// "-indent",
"-feature",
"-language:postfixOps",
Expand Down

0 comments on commit d38a6d2

Please sign in to comment.