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 d263a4b + 02ecda5 commit a027530Copy full SHA for a027530
build.sbt
@@ -19,7 +19,7 @@ val fs2_2_version: Option[(Long, Long)] => String = {
19
case _ => "2.5.9"
20
}
21
val fs2_3_version = "3.3.0"
22
-val armeriaVersion = "1.20.0"
+val armeriaVersion = "1.20.1"
23
24
excludeLintKeys in Global ++= Set(ideSkipProject)
25
@@ -193,7 +193,7 @@ lazy val fs2 = (projectMatrix in file("fs2"))
193
.nativePlatform(
194
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
195
settings = commonNativeSettings
196
- )
+ )
197
.dependsOn(core)
198
199
lazy val monix = (projectMatrix in file("monix"))
0 commit comments