codacy / codacy-api-scala

Scala wrapper for the Codacy API
https://www.codacy.com
MIT License
6 stars 5 forks source link

Update version of play-ws #1

Closed bfil closed 9 years ago

bfil commented 9 years ago

For some reasons, version 2.3.8 disappeared from the Play Typesafe repository.

http://mvnrepository.com/artifact/com.typesafe.play/play-ws_2.10

This makes sbt-codacy-coverage and any other project depending on codacy-api-scala unusable.

rtfpessoa commented 9 years ago

@mrfyda can you release a new version based on the 2.3.9?

bfil commented 9 years ago

I think we can close the issue, basically since I'm using a custom SBT plugin for my own projects which depend on other SBT plugins I never needed to add a custom resolver to the plugins.sbt file, but sbt-codacy-coverage required me to do so, that caused me some headaches, but adding the Typesafe resolver fixes the issue. Sorry about that.

Would still be cool to be able to use the latest version in maven central though, it should require some code changes I guess, cause when I tried to force a later version the build broke because of binary incompatibilities.