aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorvlad <vlad@driver.xyz>2018-01-18 15:42:50 -0800
committervlad <vlad@driver.xyz>2018-01-18 15:42:50 -0800
commit1cda54833c6083020ba20944319e6fb03ecfd419 (patch)
tree58c32a5791ba1e318b19b4c19ecc9f51e70e8726 /build.sbt
parent39d3c6bf58d5e386fe0f354e16f487f316e86774 (diff)
downloadrest-query-1cda54833c6083020ba20944319e6fb03ecfd419.tar.gz
rest-query-1cda54833c6083020ba20944319e6fb03ecfd419.tar.bz2
rest-query-1cda54833c6083020ba20944319e6fb03ecfd419.zip
Removing Quill completely from the pdsui-common
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 888e17d..8f2198d 100644
--- a/build.sbt
+++ b/build.sbt
@@ -11,7 +11,6 @@ lazy val core = (project in file("."))
"com.lihaoyi" %% "fastparse" % "1.0.0",
"com.typesafe.akka" %% "akka-http" % "10.0.10",
"com.typesafe.scala-logging" %% "scala-logging" % "3.5.0",
- "io.getquill" %% "quill-jdbc" % "1.2.1",
"io.github.cloudify" %% "spdf" % "1.4.0",
"xyz.driver" %% "core" % "1.6.12",
"xyz.driver" %% "domain-model" % "0.21.16",