Skip to content

Commit

Permalink
Merge pull request #386 from nrkno/update/http4s-netty-client-0.5.19
Browse files Browse the repository at this point in the history
Update http4s-netty-client to 0.5.19
  • Loading branch information
TSommerdal authored Sep 25, 2024
2 parents d2adbfc + db727a8 commit bbfa247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ lazy val testing = crossProject(JVMPlatform)
"org.scalameta" %% "munit" % "1.0.2",
"org.typelevel" %% "munit-cats-effect" % "2.0.0",
"ch.qos.logback" % "logback-classic" % "1.2.13" % Test,
"org.http4s" %% "http4s-netty-client" % "0.5.17"
"org.http4s" %% "http4s-netty-client" % "0.5.19"
),
mimaBinaryIssueFilters := Nil
)
Expand Down

0 comments on commit bbfa247

Please sign in to comment.