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

Commit

Permalink
update objectify repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha committed Jun 10, 2014
1 parent 41cbac2 commit c9fe06a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test-app/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ resolvers ++= Seq(
"jBCrypt Repository" at "http://repo1.maven.org/maven2/org/",
Resolver.url("play-easymail (release)", url("http://joscha.github.com/play-easymail/repo/releases/"))(Resolver.ivyStylePatterns),
Resolver.url("play-easymail (snapshot)", url("http://joscha.github.com/play-easymail/repo/snapshots/"))(Resolver.ivyStylePatterns),
Resolver.url("Objectify Play Repository (release)", url("http://schaloner.github.com/releases/"))(Resolver.ivyStylePatterns),
Resolver.url("Objectify Play Repository (snapshot)", url("http://schaloner.github.com/snapshots/"))(Resolver.ivyStylePatterns)
Resolver.url("Objectify Play Repository", url("http://schaloner.github.io/releases/"))(Resolver.ivyStylePatterns)
)

lazy val playAuthenticate = (project in file("modules/play-authenticate")).enablePlugins(PlayJava)
Expand Down

0 comments on commit c9fe06a

Please sign in to comment.