aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-07-08 20:01:53 +0200
committeradamw <adam@warski.org>2017-07-08 20:01:53 +0200
commitf5566b659c4d52de0ff157713fe920671f23a147 (patch)
treeded526e18d49a0715c3f6efa58204a4c353d30d8 /build.sbt
parenta2f3939a89c8b291c4697e822bb931703b3bd3ba (diff)
downloadsttp-f5566b659c4d52de0ff157713fe920671f23a147.tar.gz
sttp-f5566b659c4d52de0ff157713fe920671f23a147.tar.bz2
sttp-f5566b659c4d52de0ff157713fe920671f23a147.zip
Setting bodies in the Akka impl
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 454cac6..09f50d0 100644
--- a/build.sbt
+++ b/build.sbt
@@ -76,6 +76,7 @@ lazy val tests: Project = (project in file("tests"))
libraryDependencies ++= Seq(
akkaHttp,
scalaTest,
- "com.typesafe.scala-logging" %% "scala-logging" % "3.5.0" % "test"
+ "com.typesafe.scala-logging" %% "scala-logging" % "3.5.0" % "test",
+ "com.github.pathikrit" %% "better-files" % "3.0.0"
)
) dependsOn(core, akkaHttpHandler) \ No newline at end of file