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 a1548b1 + b3c4054 commit 6b8ef3fCopy full SHA for 6b8ef3f
project/Dependencies.scala
@@ -6,7 +6,7 @@ import sbt._
6
object Dependencies {
7
val Scala212 = "2.12.20"
8
val Scala213 = "2.13.16"
9
- val Scala3 = "3.3.5"
+ val Scala3 = "3.3.6"
10
11
val ScalaVersions = Seq(Scala212, Scala213, Scala3)
12
0 commit comments