Skip to content

Commit

Permalink
upgrade to slick v3.1.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei committed Jul 21, 2015
1 parent 44f41bd commit a8a407d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object SlickPgBuild extends Build {
organizationName := "slick-pg",
organization := "com.github.tminglei",
name := "slick-pg",
version := "0.9.1",
version := "0.10.0-M1",

scalaVersion := "2.11.6",
crossScalaVersions := Seq("2.11.6", "2.10.5"),
Expand Down Expand Up @@ -67,7 +67,7 @@ object SlickPgBuild extends Build {
}
Seq (
"org.scala-lang" % "scala-reflect" % scalaVersion,
"com.typesafe.slick" %% "slick" % "3.0.0",
"com.typesafe.slick" %% "slick" % "3.1.0-M1",
"org.postgresql" % "postgresql" % "9.4-1201-jdbc41",
"org.scalatest" %% "scalatest" % "2.2.4" % "test"
) ++ extractedLibs
Expand Down

0 comments on commit a8a407d

Please sign in to comment.