Ungelöste Abhängigkeiten im sbt

Laufen meine sbt bauen, bekomme ich die folgende ungelöste Abhängigkeiten.

[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::          UNRESOLVED DEPENDENCIES         ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: com.typesafe.play#sbt-link;2.2.0: not found
[warn]  :: com.typesafe.play#play-exceptions;2.2.0: not found
[warn]  :: com.typesafe.play#routes-compiler_2.10;2.2.0: not found
[warn]  :: com.typesafe.play#templates-compiler_2.10;2.2.0: not found
[warn]  :: com.typesafe.play#console_2.10;2.2.0: not found
[warn]  :: net.contentobjects.jnotify#jnotify;0.94: not found
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::

Meine Projektstruktur sieht wie folgt aus:

parent
 |
  --> sbtApp1
  --> playApp
  --> sbtApp2
  --> project
      --> Build.scala
      --> plugins.sbt
  --> build.sbt

Meine Eltern/project/plugins.sbt hat folgende:
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.2.0")

Habe ich noch die folgende Zeile zu Eltern/bauen.sbt, aber ich bin noch immer der compile-Zeit-Fehler.

libraryDependencies += "play" % "play_2.10" % "2.1.0"

InformationsquelleAutor Kevin Meredith | 2013-10-18

Schreibe einen Kommentar