aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlad <vlad@driver.xyz>2017-10-09 13:21:56 -0700
committervlad <vlad@driver.xyz>2017-10-09 13:21:56 -0700
commit9cfd099d063016c313d4fb8d69202a6184ecdffc (patch)
tree25b1c27f6c26902a3aeb22e5b681944235611c62
parenteeeb6d90f1c6882f0b3d765022b114d97e4dba40 (diff)
downloadrest-query-9cfd099d063016c313d4fb8d69202a6184ecdffc.tar.gz
rest-query-9cfd099d063016c313d4fb8d69202a6184ecdffc.tar.bz2
rest-query-9cfd099d063016c313d4fb8d69202a6184ecdffc.zip
Update corev0.7.2
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index bd7468f..d68a8f5 100644
--- a/build.sbt
+++ b/build.sbt
@@ -18,7 +18,7 @@ lazy val core = (project in file("."))
"io.github.cloudify" %% "spdf" % "1.4.0",
"org.davidbild" %% "tristate-core" % "0.2.0",
"org.davidbild" %% "tristate-play" % "0.2.0" exclude ("com.typesafe.play", "play-json"),
- "xyz.driver" %% "core" % "1.2.1",
+ "xyz.driver" %% "core" % "1.2.2",
"xyz.driver" %% "domain-model" % "0.17.8",
"ch.qos.logback" % "logback-classic" % "1.1.7",
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.8.4",