Skip to content

Commit ddb2ee2

Browse files
authored
Merge pull request #431 from nrkno/update/http4s-netty-client-0.5.22
Update http4s-netty-client to 0.5.22
2 parents 3d23e55 + 6b3cd00 commit ddb2ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ lazy val testing = crossProject(JVMPlatform)
240240
"org.scalameta" %% "munit" % "1.0.3",
241241
"org.typelevel" %% "munit-cats-effect" % "2.0.0",
242242
"ch.qos.logback" % "logback-classic" % "1.2.13" % Test,
243-
"org.http4s" %% "http4s-netty-client" % "0.5.21"
243+
"org.http4s" %% "http4s-netty-client" % "0.5.22"
244244
),
245245
mimaBinaryIssueFilters := Nil
246246
)

0 commit comments

Comments
 (0)