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.
1 parent 0de3d3e commit a62d2fcCopy full SHA for a62d2fc
build.sbt
@@ -13,7 +13,7 @@ ThisBuild / developers := List(
13
)
14
15
val scala212 = "2.12.20"
16
-val scala213 = "2.13.15"
+val scala213 = "2.13.16"
17
val scala3 = "3.3.3"
18
val PrimaryJava = JavaSpec.temurin("11")
19
val LTSJava = JavaSpec.temurin("17")
@@ -169,7 +169,7 @@ lazy val http4sNetty = module("http4s-netty") {
169
.settings(
170
description := "http4s netty based client for kubernetes",
171
libraryDependencies ++= Seq(
172
- "org.http4s" %% "http4s-netty-client" % "0.5.22"
+ "org.http4s" %% "http4s-netty-client" % "0.5.23"
173
174
175
.dependsOn(http4s)
0 commit comments