aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorKseniya Tomskikh <ktomskih@datamonsters.co>2017-10-30 16:29:46 +0700
committerGitHub <noreply@github.com>2017-10-30 16:29:46 +0700
commit604fbf0a7a082bc440c0778abd6f90005b210c16 (patch)
treefd846d42448b2d3f432056898f0c3433475ea0da /build.sbt
parent8811d60442d060097027b33784ece9a704458e1d (diff)
parentd92a2795a02b9711aa9aed92a770f85377b31460 (diff)
downloadrest-query-604fbf0a7a082bc440c0778abd6f90005b210c16.tar.gz
rest-query-604fbf0a7a082bc440c0778abd6f90005b210c16.tar.bz2
rest-query-604fbf0a7a082bc440c0778abd6f90005b210c16.zip
Merge pull request #54 from drivergroup/PDSUI-2336v0.11.0
PDSUI-2336 Cleanup
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 3f969e5..f726690 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.5.1",
"xyz.driver" %% "domain-model" % "0.18.1",
"ch.qos.logback" % "logback-classic" % "1.1.7",