Skip to content

Commit a027530

Browse files
authored
Merge pull request #231 from softwaremill/update/armeria-1.20.1
Update armeria to 1.20.1
2 parents d263a4b + 02ecda5 commit a027530

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)