Closed mohd874 closed 10 years ago
You can add the deps by excluding conflicting deps.
"play2-crud" % "play2-crud_2.10" % "0.7.3-SNAPSHOT" exclude("com.typesafe.play", "play-cache_2.10"),
Worked for me, thanks! :+1:
great! thanks for testing. I'm closing this one then.
I am trying to add play2-crud to my project. However, I am getting "(*:update) Conflicting cross-version suffixes in: org.scala-stm:scala-stm" error.
I am using Play 2.2.1. Below is my build.sbt content:
And I added
to my plugin.sbt.
Is this a known issue? I googled the whole day with no result.