Skip to content

Commit

Permalink
Merge pull request #170 from Dwolla/update/http4s-circe-0.23.27
Browse files Browse the repository at this point in the history
Update http4s-circe, http4s-client, ... to 0.23.27
  • Loading branch information
mergify[bot] authored Jun 7, 2024
2 parents ee9b59e + 63103af commit 75992e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ lazy val `http4s-consul-middleware` = crossProject(JSPlatform, JVMPlatform)
else Set.empty
},
libraryDependencies ++= {
val http4sVersion = "0.23.25"
val http4sVersion = "0.23.27"
val munitVersion = "0.7.29"
val circeOpticsV = if (scalaBinaryVersion.value == "2.12") "0.14.1" else "0.15.0"

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")

libraryDependencies ++= {
val http4sVersion = "0.23.25"
val http4sVersion = "0.23.27"

Seq(
"org.http4s" %% "http4s-ember-client" % http4sVersion,
Expand Down

0 comments on commit 75992e2

Please sign in to comment.