Skip to content

Commit c0e2539

Browse files
author
scala-steward
committed
Merge branch 'master' into update/armeria-1.22.0
2 parents 0a245f2 + 9888901 commit c0e2539

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ val sttpModelVersion = "1.5.5"
1414

1515
val scalaTestVersion = "3.2.15"
1616
val zio1Version = "1.0.18"
17-
val zio2Version = "2.0.7"
17+
val zio2Version = "2.0.8"
1818
val fs2_2_version: Option[(Long, Long)] => String = {
1919
case Some((2, 11)) => "2.1.0"
2020
case _ => "2.5.9"
2121
}
22-
val fs2_3_version = "3.6.0"
22+
val fs2_3_version = "3.6.1"
2323
val armeriaVersion = "1.21.0"
2424

2525
excludeLintKeys in Global ++= Set(ideSkipProject)

0 commit comments

Comments
 (0)