aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorvlad <vlad@driver.xyz>2017-08-10 11:53:13 -0700
committervlad <vlad@driver.xyz>2017-08-10 11:53:13 -0700
commitc0f720e1d2529068abd9d80e4ee8f4d7517f527e (patch)
treed38135038ed8ac32869e129a65a06f109b4b26fb /build.sbt
parent5519c219e2404cb19b6116dee90b40b5e5e2a720 (diff)
downloadrest-query-c0f720e1d2529068abd9d80e4ee8f4d7517f527e.tar.gz
rest-query-c0f720e1d2529068abd9d80e4ee8f4d7517f527e.tar.bz2
rest-query-c0f720e1d2529068abd9d80e4ee8f4d7517f527e.zip
Using updated auth modelv0.2.15v0.2.14
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index fe6b2b4..8801de7 100644
--- a/build.sbt
+++ b/build.sbt
@@ -17,8 +17,8 @@ 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" % "0.14.0",
- "xyz.driver" %% "domain-model" % "0.11.5",
+ "xyz.driver" %% "core" % "0.16.3",
+ "xyz.driver" %% "domain-model" % "0.12.5",
"ch.qos.logback" % "logback-classic" % "1.1.7",
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.8.4",
"com.github.spullara.mustache.java" % "scala-extensions-2.11" % "0.9.4",