We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf4fc3 commit 10fa8d6Copy full SHA for 10fa8d6
build.sbt
@@ -3,7 +3,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
3
enablePlugins(SbtTwirl)
4
enablePlugins(SbtPlugin)
5
6
-val SCALA_3 = "3.7.3"
+val SCALA_3 = "3.7.4"
7
val SCALA_2 = "2.12.20"
8
ThisBuild / crossScalaVersions := List(SCALA_3, SCALA_2)
9
0 commit comments