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 6100674 commit 0e91d7a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@ object ApplicationBuild extends 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",
"com.feth" %% "play-authenticate" % "0.5.2-SNAPSHOT",
javaCore,
javaJdbc,
Expand Down

0 comments on commit 0e91d7a

Please sign in to comment.