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 6a9c85b commit 4a0e409Copy full SHA for 4a0e409
build.sbt
@@ -4,15 +4,15 @@ val scala2_11 = "2.11.12"
4
val scala2_12 = "2.12.13"
5
val scala2_13 = "2.13.5"
6
val scala2 = List(scala2_11, scala2_12, scala2_13)
7
-val scala3 = List("3.0.0-RC2")
+val scala3 = List("3.0.0-RC3")
8
9
-val sttpModelVersion = "1.4.3"
+val sttpModelVersion = "1.4.4"
10
11
-val scalaTestVersion = "3.2.7"
12
-val zioVersion = "1.0.6"
+val scalaTestVersion = "3.2.8"
+val zioVersion = "1.0.7"
13
val fs2_2_version: Option[(Long, Long)] => String = {
14
case Some((2, 11)) => "2.1.0"
15
- case _ => "2.5.4"
+ case _ => "2.5.5"
16
}
17
val fs2_3_version = "3.0.2"
18
0 commit comments