aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlad <vlad@driver.xyz>2018-03-09 13:03:42 -0800
committervlad <vlad@driver.xyz>2018-03-09 13:03:42 -0800
commitc576bb5dc66a658f9d7acb0098016388f2c7d4a4 (patch)
treebb65e67abd611c5c3ed95323ace7fcd0bce65fe0
parent79b4d0f870a55723e19f3ed97e3fd467890d0f99 (diff)
downloadrest-query-c576bb5dc66a658f9d7acb0098016388f2c7d4a4.tar.gz
rest-query-c576bb5dc66a658f9d7acb0098016388f2c7d4a4.tar.bz2
rest-query-c576bb5dc66a658f9d7acb0098016388f2c7d4a4.zip
Update corev1.1.9
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index ff5f2d6..ccb82eb 100644
--- a/build.sbt
+++ b/build.sbt
@@ -8,7 +8,7 @@ lazy val core = (project in file("."))
.settings(libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-http" % "10.0.11",
"com.lihaoyi" %% "fastparse" % "1.0.0",
- "xyz.driver" %% "core" % "1.8.3",
+ "xyz.driver" %% "core" % "1.8.9",
"com.typesafe.scala-logging" %% "scala-logging" % "3.5.0",
"org.slf4j" % "slf4j-api" % "1.7.21",
"ch.qos.logback" % "logback-classic" % "1.1.7",