We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e2aedb commit 92cd5e7Copy full SHA for 92cd5e7
build.sbt
@@ -3,7 +3,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
3
enablePlugins(SbtTwirl)
4
enablePlugins(SbtPlugin)
5
6
-val SCALA_3 = "3.7.2"
+val SCALA_3 = "3.7.3"
7
val SCALA_2 = "2.12.20"
8
ThisBuild / crossScalaVersions := List(SCALA_3, SCALA_2)
9
0 commit comments