Skip to content

Commit

Permalink
Update http4s-blaze-client to 0.23.8
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Jan 26, 2022
1 parent 888c90e commit 60fa700
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 @@ -41,7 +41,7 @@ lazy val pluginSettings: Seq[Def.Setting[_]] = Seq(
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1"),
libraryDependencies ++= Seq(
"com.47deg" %% "github4s" % "0.30.0",
"org.http4s" %% "http4s-blaze-client" % "0.23.7",
"org.http4s" %% "http4s-blaze-client" % "0.23.8",
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
"com.lihaoyi" %% "scalatags" % "0.11.1",
"com.sksamuel.scrimage" %% "scrimage-scala" % "4.0.25",
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.30.0",
"org.http4s" %% "http4s-blaze-client" % "0.23.7",
"org.http4s" %% "http4s-blaze-client" % "0.23.8",
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
"com.lihaoyi" %% "scalatags" % "0.11.1",
"com.sksamuel.scrimage" %% "scrimage-scala" % "4.0.25"
Expand Down

0 comments on commit 60fa700

Please sign in to comment.