Skip to content

Commit

Permalink
jump to v0.5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei committed Mar 5, 2014
1 parent 598117e commit 0e6240d
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 @@ -63,12 +63,12 @@ object SlickPgBuild extends Build {
lazy val coreSettings = Seq(
name := "slick-pg_core",
description := "Slick extensions for PostgreSQL - Core",
version := "0.5.1.2",
version := "0.5.1.3",
libraryDependencies := mainDependencies
)

lazy val slickPgSettings = Seq(
version := "0.5.1.2",
version := "0.5.1.3",
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
)

Expand Down

0 comments on commit 0e6240d

Please sign in to comment.