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.
2 parents e40d98c + 2807779 commit c382d10Copy full SHA for c382d10
1 file changed
build.sbt
@@ -2,7 +2,7 @@ ThisBuild / tlBaseVersion := "1.1"
2
3
// Our Scala versions.
4
lazy val `scala-2.13` = "2.13.18"
5
-lazy val `scala-3.0` = "3.3.7"
+lazy val `scala-3.0` = "3.3.8"
6
7
ThisBuild / scalaVersion := `scala-2.13`
8
ThisBuild / crossScalaVersions := Seq(`scala-2.13`, `scala-3.0`)
0 commit comments