dzsessona / scamandrill

Apache License 2.0
16 stars 24 forks source link

Push 1.2.0 to Maven? #13

Open mdedetrich opened 8 years ago

mdedetrich commented 8 years ago

Would it be possible to push scamandrill to maven 1.2.0?

amitgilad3 commented 8 years ago

+1

graingert commented 8 years ago

@dzsessona is this project still maintained?

muuki88 commented 8 years ago

@graingert interested in forking and maintaining? I actually wasn't able to use it, because of strange akka-http errors, but would try to fix these issue if I have another person helping :)

wuservices commented 8 years ago

@graingert @muuki88 it'd be awesome if somebody maintained and published a fork. I've been pointing to the git master from sbt though with the latest Play 2.5.1 and at least sending an email worked without issues. @muuki88 are you using Akka 2.4.x?

graingert commented 8 years ago

@muuki88 I'll be moving the project to https://scamandrill.github.io/scamandrill/

dzsessona commented 8 years ago

Unfortunately I have little time to mantain the project, but i can start this evening to initially push version 2. If anyone wants to help mantaining it I can give them admin rights.

graingert commented 8 years ago

@dzsessona I use this library in production, and have started setting up a fork at https://scamandrill.github.io/scamandrill/

dzsessona commented 8 years ago

@mdedetrich Cool, are you also publishing to mvn the artifacts?

graingert commented 8 years ago

@dzsessona that is the plan

muuki88 commented 8 years ago

@wuservices I think it was with play 2.4.8 ( now we are on 2.5.1 ) and the provided akka version. I implemented a minimal version of the mandrill api as well ( with play-json ). However I would love to contribute back to this project as it served as an inspiration ;)

graingert commented 8 years ago

@muuki88 @mdedetrich I've published io.github.scamandrill samandrill 1.2.1

just add

resolvers += Resolver.jcenterRepo
libraryDependencies ++= Seq(
  "io.github.scamandrill" %% "scamandrill" % "1.2.1",
)