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 71cbc68 commit fad4deaCopy full SHA for fad4dea
project/Dependencies.scala
@@ -4,7 +4,7 @@ import Keys._
4
object Dependencies {
5
val scala212 = "2.12.20"
6
val scala213 = "2.13.17"
7
- val scala3 = "3.3.6"
+ val scala3 = "3.3.7"
8
9
val scalaCompiler = Def.setting {
10
val v = if (scalaBinaryVersion.value == "3") scala213 else scalaVersion.value
0 commit comments