Skip to content

Commit

Permalink
upgrade scala from 3.4.2 to 3.5.2 highlights a @tailrec problem
Browse files Browse the repository at this point in the history
See build error:

TailRec optimisation not applicable, method attackLoop contains no recursive calls
  • Loading branch information
ornicar committed Nov 5, 2024
1 parent 3f22196 commit 29d4c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lazy val compression = Project("compression", file("."))
scalaVersion := "3.4.2"
scalaVersion := "3.5.2"
name := "compression"
organization := "org.lichess"
version := "2.0"
Expand Down

0 comments on commit 29d4c96

Please sign in to comment.