aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorvlad <vlad@driver.xyz>2017-10-19 14:42:50 -0700
committervlad <vlad@driver.xyz>2017-10-19 14:42:50 -0700
commitc13a90f7dc6565e0beddcc6a61609d4e131f55ba (patch)
tree9d56f512986394f0bb3901ef09abaea809dae667 /build.sbt
parent2af63e7fb8b15568adaf2d9f0a6b395d6719fd71 (diff)
downloaddriver-core-c13a90f7dc6565e0beddcc6a61609d4e131f55ba.tar.gz
driver-core-c13a90f7dc6565e0beddcc6a61609d4e131f55ba.tar.bz2
driver-core-c13a90f7dc6565e0beddcc6a61609d4e131f55ba.zip
[RFC] Using "Refined" library (https://github.com/fthomas/refined) to allow defining entities with more precise types
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index 2770f58..775da1b 100644
--- a/build.sbt
+++ b/build.sbt
@@ -22,5 +22,6 @@ lazy val core = (project in file("."))
"com.typesafe.slick" %% "slick" % "3.2.1",
"com.typesafe" % "config" % "1.2.1",
"com.typesafe.scala-logging" %% "scala-logging" % "3.5.0",
+ "eu.timepit" %% "refined" % "0.8.4",
"ch.qos.logback" % "logback-classic" % "1.1.11"
))