aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorvlad <vlad@driver.xyz>2017-10-05 01:37:32 -0700
committervlad <vlad@driver.xyz>2017-10-05 01:37:32 -0700
commit6751966577c0f005858f372458ccdb72be7d879f (patch)
tree1fc60a799e34d9385895c2913fe7c172bd4c8fa7 /build.sbt
parent1b04669effd79324e52f0dcba0f3714d4a2a957c (diff)
downloadrest-query-6751966577c0f005858f372458ccdb72be7d879f.tar.gz
rest-query-6751966577c0f005858f372458ccdb72be7d879f.tar.bz2
rest-query-6751966577c0f005858f372458ccdb72be7d879f.zip
Fixing binary incompatv0.6.2
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 f820bcc..bebf2aa 100644
--- a/build.sbt
+++ b/build.sbt
@@ -11,7 +11,7 @@ lazy val core = (project in file("."))
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.8.3",
"com.github.pureconfig" %% "pureconfig" % "0.7.2",
"com.lihaoyi" %% "fastparse" % "0.3.7",
- "com.typesafe.akka" %% "akka-http" % "10.0.9",
+ "com.typesafe.akka" %% "akka-http" % "10.0.10",
"com.typesafe.play" %% "play" % "2.5.15",
"com.typesafe.scala-logging" %% "scala-logging" % "3.5.0",
"io.getquill" %% "quill-jdbc" % "1.2.1",