Quantcast
Channel: unresolved dependency: com.typesafe.play#play-slick_2.10;0.6.0.1: not found - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by Michael Richardson for unresolved dependency:...

Very hard to tell if this really was what fixed the problem but it is now working for me. cd ~brew uninstall sbtbrew uninstall playmv .sbt .sbtoldmv .ivy2 .ivy2oldbrew install sbtbrew install...

View Article



Answer by lpiepiora for unresolved dependency:...

Quit Play Console, and make sure your build.sbt looks like this:name := "Test"version := "1.0-SNAPSHOT"libraryDependencies ++= Seq( jdbc, anorm, cache,"com.typesafe.slick" %% "slick" %...

View Article

Answer by Kai Sternad for unresolved dependency:...

Your slick dependency has the wrong group name. It should be com.typesafe.slick instead of com.typesafe.play:"com.typesafe.slick" %% "slick" % "2.0.0"

View Article

unresolved dependency: com.typesafe.play#play-slick_2.10;0.6.0.1: not found

I am getting unresolved dependencies errors when trying to use slick or play-slick with Play Framework 2.2.2, sbt 0.13.0 and Scala 2.10.3 on Mac OS X Mavericks. [info] Updating...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images