From 216c72fedb793e5bdb40c38126b47993bbe25187 Mon Sep 17 00:00:00 2001 From: vlad Date: Wed, 17 Jan 2018 20:02:33 -0800 Subject: TRIAL-192, TRIAL-159 Trial model simplification to support Trial Synchronizer removal and the InterventionType's update for TRIAL-159 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3