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 a809da5 commit 3af0b3cCopy full SHA for 3af0b3c
project/deps.sc
@@ -8,7 +8,7 @@ object Scala {
8
def scala212 = "2.12.17"
9
def scala213 = "2.13.10"
10
def runnerScala3 = "3.0.2" // the newest version that is compatible with all Scala 3.x versions
11
- def scala3 = "3.2.1"
+ def scala3 = "3.2.2"
12
val allScala2 = Seq(scala213, scala212)
13
val all = allScala2 ++ Seq(scala3)
14
val mainVersions = Seq(scala3, scala213)
0 commit comments