aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2015-01-25 23:49:42 +0100
committerPacien TRAN-GIRARD2015-01-25 23:49:42 +0100
commit23e3828213facfd4dbb2f977e2e5636afacb3bd7 (patch)
treec24865a30e546f188da4c51ebc33c299ac77511b /build.sbt
parentd04d732a084f07ca88fdfa82653bdfd2d6798374 (diff)
downloadminibay-23e3828213facfd4dbb2f977e2e5636afacb3bd7.tar.gz
Import table model from database
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt7
1 files changed, 6 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 621f8ff..62c7ad4 100644
--- a/build.sbt
+++ b/build.sbt
@@ -10,5 +10,10 @@ libraryDependencies ++= Seq(
10 jdbc, 10 jdbc,
11 anorm, 11 anorm,
12 cache, 12 cache,
13 ws 13 ws,
14 "com.typesafe.slick" %% "slick" % "2.1.0",
15 //"com.typesafe.slick" %% "slick-codegen" % "2.1.0",
16 "postgresql" % "postgresql" % "9.1-901.jdbc4",
17 "com.typesafe.play" %% "play-slick" % "0.8.1",
18 "org.slf4j" % "slf4j-nop" % "1.6.4"
14) 19)