Skip to content

Commit a62d2fc

Browse files
authored
Update http4s-netty-client to 0.5.23 (#447)
* Update http4s-netty-client to 0.5.23 * Updated scala 2.13
1 parent 0de3d3e commit a62d2fc

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
@@ -13,7 +13,7 @@ ThisBuild / developers := List(
1313
)
1414

1515
val scala212 = "2.12.20"
16-
val scala213 = "2.13.15"
16+
val scala213 = "2.13.16"
1717
val scala3 = "3.3.3"
1818
val PrimaryJava = JavaSpec.temurin("11")
1919
val LTSJava = JavaSpec.temurin("17")
@@ -169,7 +169,7 @@ lazy val http4sNetty = module("http4s-netty") {
169169
.settings(
170170
description := "http4s netty based client for kubernetes",
171171
libraryDependencies ++= Seq(
172-
"org.http4s" %% "http4s-netty-client" % "0.5.22"
172+
"org.http4s" %% "http4s-netty-client" % "0.5.23"
173173
)
174174
)
175175
.dependsOn(http4s)

0 commit comments

Comments
 (0)