Skip to content

Commit

Permalink
Update http4s-core to 0.23.26 (#1632)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 7, 2024
1 parent 2e40e04 commit 6418e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/http4s/build.sbt
Expand Up @@ -2,7 +2,7 @@ import Dependencies.Version._

crossScalaVersions := Seq(scala212, scala213, scala3)

libraryDependencies ++= Seq("org.http4s" %% "http4s-core" % "0.23.25")
libraryDependencies ++= Seq("org.http4s" %% "http4s-core" % "0.23.26")

developers := List(
Developer("jcranky", "Paulo Siqueira", "paulo.siqueira@gmail.com", url("https://github.com/jcranky"))
Expand Down

0 comments on commit 6418e0b

Please sign in to comment.