Scala2.9.2とScalaTest2.0M4を実行しています。ScalaTest jarのローカルコピーがあり、リポジトリから自動的に取得したいと思います。
Scalatestサイトはそれについてこれを言います:
..is available [at] the Sonatype OSS Maven repository (which is mirrored on the central Maven repository as well):
group id: org.scalatest
artifact id: scalatest_2.9.0 (for Scala 2.9.0+)
version: 2.0.M4
Or via sbt (version 0.10 or higher) with:
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M4" % "test"
さて、これに到達するには、「project / plugins.sbt」にどの「リゾルバー」を追加する必要がありますか?