Skip to content

Commit 02ecda5

Browse files
author
scala-steward
committed
Update armeria to 1.20.1
1 parent d263a4b commit 02ecda5

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
@@ -19,7 +19,7 @@ val fs2_2_version: Option[(Long, Long)] => String = {
1919
case _ => "2.5.9"
2020
}
2121
val fs2_3_version = "3.3.0"
22-
val armeriaVersion = "1.20.0"
22+
val armeriaVersion = "1.20.1"
2323

2424
excludeLintKeys in Global ++= Set(ideSkipProject)
2525

@@ -193,7 +193,7 @@ lazy val fs2 = (projectMatrix in file("fs2"))
193193
.nativePlatform(
194194
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
195195
settings = commonNativeSettings
196-
)
196+
)
197197
.dependsOn(core)
198198

199199
lazy val monix = (projectMatrix in file("monix"))

0 commit comments

Comments
 (0)