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

Commit

Permalink
Use new play-easymail version
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha committed Jul 5, 2014
1 parent 07d7dae commit 8fc78ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object Build extends sbt.Build {
resolvers += Resolver.url("play-easymail (snapshot)", url("http://joscha.github.io/play-easymail/repo/snapshots/"))(Resolver.ivyStylePatterns),

libraryDependencies += "org.apache.httpcomponents" % "httpclient" % "4.3",
libraryDependencies += "com.feth" %% "play-easymail" % "0.5-SNAPSHOT",
libraryDependencies += "com.feth" %% "play-easymail" % "0.5.2-SNAPSHOT",
libraryDependencies += "org.mindrot" % "jbcrypt" % "0.3m",
libraryDependencies += "commons-lang" % "commons-lang" % "2.6"
)
Expand Down
2 changes: 1 addition & 1 deletion test-app/project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object ApplicationBuild extends Build {
"play-authenticate", "1.0-SNAPSHOT", Seq(javaCore, cache), path = file("modules/play-authenticate")
).settings(
libraryDependencies += "org.apache.httpcomponents" % "httpclient" % "4.2",
libraryDependencies += "com.feth" %% "play-easymail" % "0.5-SNAPSHOT",
libraryDependencies += "com.feth" %% "play-easymail" % "0.5.2-SNAPSHOT",
libraryDependencies += "org.mindrot" % "jbcrypt" % "0.3m",
libraryDependencies += "commons-lang" % "commons-lang" % "2.6",

Expand Down

0 comments on commit 8fc78ea

Please sign in to comment.