mirror of https://github.com/sbt/sbt.git
Temporary commenting out http4s dependencies in files project
This commit is contained in:
parent
cfd4f711cd
commit
2cea625014
|
|
@ -106,7 +106,7 @@ object CoursierBuild extends Build {
|
|||
.settings(
|
||||
name := "coursier-files",
|
||||
libraryDependencies ++= Seq(
|
||||
"org.http4s" %% "http4s-blazeclient" % "0.8.2",
|
||||
// "org.http4s" %% "http4s-blazeclient" % "0.8.2",
|
||||
"com.lihaoyi" %% "utest" % "0.3.0" % "test"
|
||||
),
|
||||
testFrameworks += new TestFramework("utest.runner.Framework")
|
||||
|
|
|
|||
Loading…
Reference in New Issue