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 0ba5501 + 23f8766 commit 2584168Copy full SHA for 2584168
project/Dependencies.scala
@@ -6,7 +6,7 @@ import sbt._
6
object Dependencies {
7
val Scala212 = "2.12.20"
8
val Scala213 = "2.13.17"
9
- val Scala3 = "3.3.6"
+ val Scala3 = "3.3.7"
10
11
val ScalaVersions = Seq(Scala212, Scala213, Scala3)
12
0 commit comments