Skip to content

Commit

Permalink
use snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha committed Nov 4, 2017
1 parent ef8f864 commit f3fa4d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Mailer.getDefaultMailer().sendMail(
You can also have a look at the [sample](samples/play-easymail-usage/app/controllers/Application.java) for a more advanced use-case (content from templates and setting custom headers).

## Versions
* **0.9.4** [2017-11-04]
* new play mailer library
* **0.9.3** [2017-07-12]
* cross-release for Scala 2.11 and 2.12
* **0.9.0** [2017-07-11]
Expand Down
2 changes: 1 addition & 1 deletion samples/play-easymail-usage/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version := "1.0-SNAPSHOT"
libraryDependencies ++= Seq(
// Comment the next line for local development:
// Use the latest release version when copying this code, e.g. "0.9.3"
"com.feth" %% "play-easymail" % "0.9.4-SNAPSHOT"
"com.feth" %% "play-easymail" % "0.9.5-SNAPSHOT"
)
// Uncomment the next line for local development of the Play Easymail core:
//lazy val playEasymail = project.in(file("modules/play-easymail")).enablePlugins(PlayJava)
Expand Down

0 comments on commit f3fa4d9

Please sign in to comment.