codingwell / scala-guice

Scala extensions for Google Guice
Apache License 2.0
341 stars 44 forks source link

update library dependencies, sbt version, and scala versions #57

Closed dvic closed 8 years ago

dvic commented 8 years ago
tsuckow commented 8 years ago

Should update the Travis config file too

tsuckow commented 8 years ago

Should also bump the version of this library to 4.1.0-SNAPSHOT

dvic commented 8 years ago

I have rewritten now everything into two commits. Let me know if it needs anything else.

I see that you have a development branch, please note that I pushed this to my master branch (I'm not sure with which branch you want to merge it).

tsuckow commented 8 years ago

That master branch has been more of a pain than a benefit. So I cherry picked to develop and axed the master branch completely. I'll see about making a snapshot test release hopefully sometime this weekend.

tsuckow commented 8 years ago

I deployed a 4.1.0-SNAPSHOT which also includes Scala 2.12.0-M5 If you could give it a spin and see if it works for what you are doing that would be great. If there is no negative feedback I'll publish it proper.

dvic commented 8 years ago

Looks good to me.

tsuckow commented 8 years ago

Released 4.1.0, thanks for the PR