aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlad Uspensky <v.uspenskiy@icloud.com>2018-02-22 12:48:52 -0800
committerGitHub <noreply@github.com>2018-02-22 12:48:52 -0800
commitb000aead569a6939019bd693a54572f513b9df77 (patch)
treebd936a033cb830f3a0647186bafbf5bcf2e47076
parentcd6f5ec463b0795a0a7433acb5214084a4d633b6 (diff)
downloadrest-query-b000aead569a6939019bd693a54572f513b9df77.tar.gz
rest-query-b000aead569a6939019bd693a54572f513b9df77.tar.bz2
rest-query-b000aead569a6939019bd693a54572f513b9df77.zip
Update build.sbtv1.1.3
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 12e36ae..2c5b07e 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.1",
+ "xyz.driver" %% "core" % "1.8.2",
"com.typesafe.scala-logging" %% "scala-logging" % "3.5.0",
"org.slf4j" % "slf4j-api" % "1.7.21",
"ch.qos.logback" % "logback-classic" % "1.1.7",