Temporary commenting out http4s dependencies in files project

This commit is contained in:
Alexandre Archambault 2015-06-27 15:24:15 +02:00
parent cfd4f711cd
commit 2cea625014
1 changed files with 1 additions and 1 deletions

View File

@ -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")