We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f1669 commit 20a94d1Copy full SHA for 20a94d1
build.sbt
@@ -3,7 +3,7 @@ import deps._
3
Global / onChangedBuildSource := ReloadOnSourceChanges
4
Global / lintUnusedKeysOnLoad := false
5
6
-lazy val Scala3 = "3.4.3"
+lazy val Scala3 = "3.5.0"
7
8
lazy val root = project
9
.in(file("."))
0 commit comments