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

Commit

Permalink
NPE fix for deadbolt2
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha committed Feb 1, 2014
1 parent 661c808 commit 6100674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/java/play-authenticate-usage/project/Build.scala
Expand Up @@ -8,7 +8,7 @@ object Build extends sbt.Build {
val appVersion = "1.0-SNAPSHOT"

val appDependencies = Seq(
"be.objectify" %% "deadbolt-java" % "2.2.1-RC1",
"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",
"postgresql" % "postgresql" % "9.1-901-1.jdbc4",
Expand Down

0 comments on commit 6100674

Please sign in to comment.