aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorKseniya Tomskikh <ktomskih@datamonsters.co>2017-10-20 16:34:13 +0700
committerKseniya Tomskikh <ktomskih@datamonsters.co>2017-10-20 16:34:13 +0700
commit1d2131e98330284ce5a3dcfc0cfd13e012914d6a (patch)
tree51186ff9c1dde11c1ca7482440281b8f78cd3643 /build.sbt
parent54b15dae509212f6661dc1f1bc4ca248cb487443 (diff)
downloadrest-query-1d2131e98330284ce5a3dcfc0cfd13e012914d6a.tar.gz
rest-query-1d2131e98330284ce5a3dcfc0cfd13e012914d6a.tar.bz2
rest-query-1d2131e98330284ce5a3dcfc0cfd13e012914d6a.zip
PDSUI-2336 Deleted play dependencies
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt3
1 files changed, 0 insertions, 3 deletions
diff --git a/build.sbt b/build.sbt
index d68a8f5..da7b511 100644
--- a/build.sbt
+++ b/build.sbt
@@ -12,12 +12,9 @@ lazy val core = (project in file("."))
"com.github.pureconfig" %% "pureconfig" % "0.7.2",
"com.lihaoyi" %% "fastparse" % "0.3.7",
"com.typesafe.akka" %% "akka-http" % "10.0.10",
- "com.typesafe.play" %% "play" % "2.5.15",
"com.typesafe.scala-logging" %% "scala-logging" % "3.5.0",
"io.getquill" %% "quill-jdbc" % "1.2.1",
"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.2",
"xyz.driver" %% "domain-model" % "0.17.8",
"ch.qos.logback" % "logback-classic" % "1.1.7",