aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorOmar Alejandro Mainegra Sarduy <omainegra@gmail.com>2017-07-28 16:19:10 -0400
committerOmar Alejandro Mainegra Sarduy <omainegra@gmail.com>2017-07-28 16:19:10 -0400
commit75916ed78304a8b0c226c5ecd26634b541334f67 (patch)
tree6d04f49060a1e21414976cbf2211c69a4fe426f5 /build.sbt
parent6a276cfc82c3afd15fc65c6fa369e0eaf6ad5294 (diff)
downloadsttp-75916ed78304a8b0c226c5ecd26634b541334f67.tar.gz
sttp-75916ed78304a8b0c226c5ecd26634b541334f67.tar.bz2
sttp-75916ed78304a8b0c226c5ecd26634b541334f67.zip
Include unit tests as well.
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 9112024..18e7ce2 100644
--- a/build.sbt
+++ b/build.sbt
@@ -129,4 +129,4 @@ lazy val tests: Project = (project in file("tests"))
).map(_ % "test"),
libraryDependencies += "org.scala-lang" % "scala-compiler" % scalaVersion.value % "test"
) dependsOn (core, akkaHttpHandler, futureAsyncHttpClientHandler, scalazAsyncHttpClientHandler,
-monixAsyncHttpClientHandler)
+monixAsyncHttpClientHandler, okhttpClientHandler)