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 97ac4de commit 2b28ed8Copy full SHA for 2b28ed8
1 file changed
build.sbt
@@ -10,7 +10,7 @@ import com.softwaremill.SbtSoftwareMillBrowserTestJS._
10
11
val scala2_12 = "2.12.21"
12
val scala2_13 = "2.13.18"
13
-val scala3 = "3.3.7"
+val scala3 = "3.3.8"
14
15
val scala2 = List(scala2_12, scala2_13)
16
val scala2And3 = scala2 ++ List(scala3)
0 commit comments