aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlad <vlad@driver.xyz>2018-01-17 20:02:33 -0800
committervlad <vlad@driver.xyz>2018-01-17 20:02:33 -0800
commit216c72fedb793e5bdb40c38126b47993bbe25187 (patch)
treef61a96e056782649e57759d33b3077ff1ee3f022
parent6747b5dabfececf64ec596ec830f979404445f47 (diff)
downloadrest-query-216c72fedb793e5bdb40c38126b47993bbe25187.tar.gz
rest-query-216c72fedb793e5bdb40c38126b47993bbe25187.tar.bz2
rest-query-216c72fedb793e5bdb40c38126b47993bbe25187.zip
TRIAL-192, TRIAL-159 Trial model simplification to support Trial Synchronizer removal and the InterventionType's update for TRIAL-159
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index b016378..cc7cc29 100644
--- a/build.sbt
+++ b/build.sbt
@@ -14,7 +14,7 @@ lazy val core = (project in file("."))
"io.getquill" %% "quill-jdbc" % "1.2.1",
"io.github.cloudify" %% "spdf" % "1.4.0",
"xyz.driver" %% "core" % "1.6.5",
- "xyz.driver" %% "domain-model" % "0.19.4",
+ "xyz.driver" %% "domain-model" % "0.20.0",
"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",