diff --git a/README.textile b/README.textile index 19b3f4c1..8e7417f5 100644 --- a/README.textile +++ b/README.textile @@ -18,7 +18,7 @@ h3. Adding the plugin } libraryDependencies <<= (libraryDependencies, sbtVersion) { (deps, version) => - deps :+ ("com.typesafe.sbteclipse" %% "sbteclipse" % "1.0.1" extra("sbtversion" -> version)) + deps :+ ("com.typesafe.sbteclipse" %% "sbteclipse" % "1.1" extra("sbtversion" -> version)) } @@ -32,11 +32,8 @@ h3. Example
tmp$ mkdir test
 tmp$ cd test
 test$ sbt
-> eclipse
-[error] Only for Scala 2.9!
-> set scalaVersion := "2.9.0-1"
 > eclipse create-src skip-root
-[info] Successfully created an Eclipse project for you. Have fun!
+[info] Successfully created Eclipse project files. Please select the appropriate Eclipse plugin for Scala 2.8.1!
 
h2. License diff --git a/build.sbt b/build.sbt index dc27a92e..850cfe5a 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ organization := "com.typesafe.sbteclipse" name := "sbteclipse" -version := "1.1-SNAPSHOT" +version := "1.2-SNAPSHOT" sbtPlugin := true