Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating build.sbt and plugins.sbt for Play 2.2.0 and sbt-idea 1.5.1 #20

Closed
wants to merge 1 commit into from

Conversation

mvallerie
Copy link

Hi there !

Play 2.2.0 is out and it's impossible to use AnormCypher 0.4.2 with it because of a version suffix conflict for scala-stm. Basically, it's because of play-json 2.2-SNAPSHOT which transitively depends on scala-stm 2.10.0. The stable version depends on scala-stm 2.10.

I just fixed the build.sbt to use play-json 2.2.0. I also updated sbt-idea to 1.5.1 because i got problems to download the old version (i don't remember, 1.3 or something).

If you are on this pull request because you have the same problem, a way is to remove org.anormcypher, org.scala-stm, and play directories from directory playframework/repository/cache. After that, clone AnormCypher and run "sbt publish-local" on the project. Copy and paste the anormcypher generated jar and ivy files (probably somewhere in your ~/.ivy directory, SBT outputs the exact path) to your Play repository. Update your project and it should be ok.

Thanks in advance :)

@freeeve
Copy link
Member

freeeve commented Oct 2, 2013

I made your changes manually... couldn't figure out how to do it through github. Anyway, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants