Skip to content

Commit

Permalink
Update http4s-blaze-client to 0.23.17
Browse files Browse the repository at this point in the history
  • Loading branch information
oss-47 committed Nov 6, 2024
1 parent 851c71d commit 7879f2a
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 pluginSettings: Seq[Def.Setting[_]] = Seq(
addSbtPlugin("com.github.sbt" % "sbt-site" % "1.6.0"),
libraryDependencies ++= Seq(
"com.47deg" %% "github4s" % "0.33.3",
"org.http4s" %% "http4s-blaze-client" % "0.23.16",
"org.http4s" %% "http4s-blaze-client" % "0.23.17",
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
"com.lihaoyi" %% "scalatags" % "0.13.1",
"com.sksamuel.scrimage" %% "scrimage-scala" % "4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion project/dependencies.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ unmanagedResourceDirectories in Compile +=

libraryDependencies ++= Seq(
"com.47deg" %% "github4s" % "0.33.3",
"org.http4s" %% "http4s-blaze-client" % "0.23.16",
"org.http4s" %% "http4s-blaze-client" % "0.23.17",
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
"com.lihaoyi" %% "scalatags" % "0.13.1",
"com.sksamuel.scrimage" %% "scrimage-scala" % "4.1.3",
Expand Down

0 comments on commit 7879f2a

Please sign in to comment.