Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha committed Jul 5, 2014
1 parent 8fc78ea commit 5ab6c97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import play.Project._
object Build extends sbt.Build {

val appName = "play-authenticate"
val appVersion = "0.5.2-SNAPSHOT"
val appVersion = "0.5.3-SNAPSHOT"

val appDependencies = Seq(
javaCore,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object ApplicationBuild extends Build {

val appDependencies = Seq(
"be.objectify" %% "deadbolt-java" % "2.2.1-RC2",
"com.feth" %% "play-authenticate" % "0.5.2-SNAPSHOT",
"com.feth" %% "play-authenticate" % "0.5.3-SNAPSHOT",
javaCore,
javaJdbc,
javaEbean
Expand Down
2 changes: 1 addition & 1 deletion samples/java/play-authenticate-usage/project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Build extends sbt.Build {
val appDependencies = Seq(
"be.objectify" %% "deadbolt-java" % "2.2.1-RC2",
// Comment this for local development of the Play Authentication core
"com.feth" %% "play-authenticate" % "0.5.2-SNAPSHOT",
"com.feth" %% "play-authenticate" % "0.5.3-SNAPSHOT",
"postgresql" % "postgresql" % "9.1-901-1.jdbc4",
javaCore,
javaJdbc,
Expand Down

0 comments on commit 5ab6c97

Please sign in to comment.