Skip to content

Commit

Permalink
jump to v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei committed Mar 14, 2015
1 parent 24f55ac commit 6c129d0
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.8.3",
version := "0.8.4",

scalaVersion := "2.11.5",
crossScalaVersions := Seq("2.11.5", "2.10.4"),
Expand Down Expand Up @@ -66,7 +66,7 @@ object SlickPgBuild extends Build {
Seq()
}
Seq (
"org.scala-lang" % "scala-reflect" % scalaVersion % "provided",
"org.scala-lang" % "scala-reflect" % scalaVersion,
"com.typesafe.slick" %% "slick" % "2.1.0",
"org.postgresql" % "postgresql" % "9.4-1201-jdbc41",
"junit" % "junit" % "4.11" % "test",
Expand Down

0 comments on commit 6c129d0

Please sign in to comment.