Skip to content

Commit

Permalink
build: use Scala 3 LTS instead of 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gaeljw authored Nov 16, 2024
1 parent cf06047 commit 11d0964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Common extends AutoPlugin {
organization := "org.playframework.anorm",
sonatypeProfileName := "org.playframework",
scalaVersion := "2.12.20",
crossScalaVersions := Seq("2.11.12", scalaVersion.value, "2.13.15", "3.5.2"),
crossScalaVersions := Seq("2.11.12", scalaVersion.value, "2.13.15", "3.3.4"),
Compile / unmanagedSourceDirectories ++= {
val sv = scalaVersion.value

Expand Down

0 comments on commit 11d0964

Please sign in to comment.