Skip to content

Commit

Permalink
jump to v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei committed Aug 8, 2015
1 parent 84d6b09 commit 38a4fa9
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.10.0-M1",
version := "0.9.2",

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.1.0-M1",
"com.typesafe.slick" %% "slick" % "3.0.1",
"org.postgresql" % "postgresql" % "9.4-1201-jdbc41",
"org.scalatest" %% "scalatest" % "2.2.4" % "test"
) ++ extractedLibs
Expand Down

0 comments on commit 38a4fa9

Please sign in to comment.