sbt-idea 1.2.0 unresolved for SBT 0.12.0 and Scala 2.10.0?
问题 I am creating a new SBT project and here are the contents of my SBT files: build.properties sbt.version=0.12.0 plugins.sbt addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.2.0") build.sbt name := "peroo" version := "0.1-SNAPSHOT" scalaVersion := "2.10.0" resolvers ++= Seq( Classpaths.typesafeResolver, "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/", "Sonatype releases" at "https://oss.sonatype.org/content/repositories/releases/" ) libraryDependencies ++=