Skip to content

Commit

Permalink
jump to v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei committed Jan 25, 2014
1 parent 17b0a73 commit 6263bf8
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 @@ -58,7 +58,7 @@ object SlickPgBuild extends Build {
lazy val coreSettings = Seq(
name := "slick-pg_core",
description := "Slick extensions for PostgreSQL - Core",
version := "0.2.5",
version := "0.2.7",
libraryDependencies := Seq(
"org.scala-lang" % "scala-reflect" % "2.10.3",
"com.typesafe.slick" % "slick_2.10" % "1.0.1",
Expand All @@ -72,7 +72,7 @@ object SlickPgBuild extends Build {
lazy val slickPgSettings = Seq(
name := "slick-pg",
description := "Slick extensions for PostgreSQL",
version := "0.2.6",
version := "0.2.7",
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/",
libraryDependencies := Seq(
"org.scala-lang" % "scala-reflect" % "2.10.3",
Expand Down

0 comments on commit 6263bf8

Please sign in to comment.