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 2bae240 + bf40852 commit cd63defCopy full SHA for cd63def
build.sbt
@@ -7,7 +7,7 @@ val scala2_11 = "2.11.12"
7
val scala2_12 = "2.12.15"
8
val scala2_13 = "2.13.8"
9
val scala2 = List(scala2_11, scala2_12, scala2_13)
10
-val scala3 = List("3.1.1")
+val scala3 = List("3.1.2")
11
12
val sttpModelVersion = "1.4.25"
13
0 commit comments