aboutsummaryrefslogblamecommitdiff
path: root/build.sbt
blob: f583d506f601633c63fc0fb3927174fbd7fe4d14 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                         
// sbtPlugin := true

val scalaVersionValue = "2.11.8"

scalaVersion := scalaVersionValue

libraryDependencies ++= Seq(
  "com.typesafe.slick" %% "slick" % "3.1.1",
  "com.typesafe.slick" %% "slick-codegen" % "3.1.1",
  "org.scala-lang" % "scala-reflect" % scalaVersionValue,
  "org.postgresql" % "postgresql" % "9.3-1102-jdbc41"
)