joscha / play-easymail

A simple Java wrapper for the Typesafe mailer plugin for Play! Framework 2.x
Other
33 stars 31 forks source link

Broken release? #59

Open eximius313 opened 6 years ago

eximius313 commented 6 years ago

I was trying to incorporate 0.9.4 into my project, but sbt says:

[warn] ==== sonatype-releases: tried
[warn]   https://oss.sonatype.org/content/repositories/releases/com/feth/play-easymail_2.12/0.9.4/play-easymail_2.12-0.9.4.pom
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::          UNRESOLVED DEPENDENCIES         ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: com.feth#play-easymail_2.12;0.9.4: not found
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
joscha commented 6 years ago

The last release is 0.9.3 - can you try https://oss.sonatype.org/content/repositories/snapshots/com/feth/play-easymail_2.12/0.9.5-SNAPSHOT/ and let me know how you fare? I can release a new version.

eximius313 commented 6 years ago

"com.feth" %% "play-easymail" % "0.9.5-SNAPSHOT" works fine. I just thought that if snapshot is 0.9.5 then stable version should be 0.9.4 moreover, you have this version listed here and here

eximius313 commented 6 years ago

@joscha any news on this one?