


:: com.vmunier#sbt-play-scalajs 0.2.6: not found Loading project definition from /home/me/projects/myproject Loading global plugins from /home/me/.sbt/1.0/plugins Output Error while importing sbt project: ).enablePlugins(PlayScala).dependsOn(client).aggregate(client) Lazy val `my_project` = (project in file(".")).settings( Plugins.sbt // Comment to get more information during initialization SBT plugin dependency resolution fails with #sbt-plugin 2.2.1: not found

I have tried ideas from a previous similar question, but it did not help: I have set Intellij to use Scala 2.11.8, but the output might mean that a different version is used (?). I am trying to build a Play/Scala project in Intellij.
