Closed coffius closed 9 years ago
You need to add the resolver for scalaz-stream in build.sbt
so that specs2-core
, the testing library for play, works.
resolvers += "scalaz-bintray" at "https://dl.bintray.com/scalaz/releases"
Found this comment on StackOverflow, fyi (it IMHO is also valid for the post of @mmizutani)
"You should never ever ever set "scalaz-bintray" at "dl.bintray.com/scalaz/releases"; in your build. It opens you up to cross build injection attacks. Only use https to add a repository to your build."
http://stackoverflow.com/questions/27923223/unresolved-dependency-with-specs2-scalaz-stream-0-5a
I've tried to add
sbt-play-gulp
to my project but then a project build has started crashing with this error:I`ve also tried to build the example project from here: https://github.com/mmizutani/play-gulp-demo but the result has beed the same: