Skip to content

Commit

Permalink
Do not depend on the http4s blaze client (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed Apr 20, 2020
1 parent eced9b1 commit 0bb8e23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,12 @@ object ProjectPlugin extends AutoPlugin {
"io.circe" %% "circe-generic" % V.circe,
"io.circe" %% "circe-literal" % V.circe,
"com.github.marklister" %% "base64" % V.base64,
"org.http4s" %% "http4s-blaze-client" % V.http4s,
"org.http4s" %% "http4s-client" % V.http4s,
"org.http4s" %% "http4s-circe" % V.http4s,
"io.circe" %% "circe-parser" % V.circe % Test,
"org.scalamock" %% "scalamock" % V.scalamock % Test,
"org.scalatest" %% "scalatest" % V.scalatest % Test,
"org.http4s" %% "http4s-blaze-client" % V.http4s % Test,
"com.github.ghik" % "silencer-lib" % V.silencer % Provided cross CrossVersion.full,
compilerPlugin("com.github.ghik" % "silencer-plugin" % V.silencer cross CrossVersion.full)
),
Expand Down

0 comments on commit 0bb8e23

Please sign in to comment.