From 6795c30b0782300d926410313257075b6733ee2d Mon Sep 17 00:00:00 2001 From: vlad Date: Mon, 17 Jul 2017 23:13:32 -0700 Subject: New domain model --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4f3f229..2fbdb71 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ lazy val core = (project in file(".")) "com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.8.4", "com.typesafe.play" %% "play" % "2.5.15", "xyz.driver" %% "core" % "0.13.22", - "xyz.driver" %% "domain-model" % "0.11.1", + "xyz.driver" %% "domain-model" % "0.11.5", "org.davidbild" %% "tristate-core" % "0.2.0", "org.davidbild" %% "tristate-play" % "0.2.0" exclude ("com.typesafe.play", "play-json"), "org.asynchttpclient" % "async-http-client" % "2.0.24", -- cgit v1.2.3