Skip to content

Commit

Permalink
upgrade to slick v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei committed Jul 22, 2017
1 parent 702cdff commit a34cf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def mainDependencies(scalaVersion: String) = {
}
Seq (
"org.scala-lang" % "scala-reflect" % scalaVersion,
"com.typesafe.slick" %% "slick" % "3.2.0",
"com.typesafe.slick" %% "slick" % "3.2.1",
"org.postgresql" % "postgresql" % "42.1.1",
"org.slf4j" % "slf4j-simple" % "1.7.24" % "provided",
"org.scalatest" %% "scalatest" % "3.0.1" % "test"
Expand Down

0 comments on commit a34cf66

Please sign in to comment.