Skip to content

Commit

Permalink
Update http4s-stir, http4s-stir-testkit to 0.3 (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 10, 2024
1 parent f60ab46 commit 5e8e9b2
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 @@ -165,7 +165,7 @@ def pekkoHttpInExamples = {
val http4sVersion = "0.23.27"
val http4s = "org.http4s" %% "http4s-dsl" % http4sVersion

val http4sStirVersion = "0.2"
val http4sStirVersion = "0.3"
val http4sStir = "pl.iterators" %% "http4s-stir" % http4sStirVersion
val http4sStirTestkit = "pl.iterators" %% "http4s-stir-testkit" % http4sStirVersion

Expand Down

0 comments on commit 5e8e9b2

Please sign in to comment.