From 73429797d21eafb2313b977bb7ef2b2aa2db95f4 Mon Sep 17 00:00:00 2001 From: vlad Date: Tue, 27 Feb 2018 22:47:34 -0800 Subject: Upgrade core --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2c5b07e..ff5f2d6 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.2", + "xyz.driver" %% "core" % "1.8.3", "com.typesafe.scala-logging" %% "scala-logging" % "3.5.0", "org.slf4j" % "slf4j-api" % "1.7.21", "ch.qos.logback" % "logback-classic" % "1.1.7", -- cgit v1.2.3