Skip to content

Commit

Permalink
After release 1.1: Bumped up version to 1.2-SNAPSHOT and adjusted README
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiko Seeberger committed Jun 9, 2011
1 parent 8d9757f commit a728f14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions README.textile
Expand Up @@ -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))
}
</code></pre>

Expand All @@ -32,11 +32,8 @@ h3. Example
<pre><code>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!
</code></pre>

h2. License
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -3,7 +3,7 @@ organization := "com.typesafe.sbteclipse"

name := "sbteclipse"

version := "1.1-SNAPSHOT"
version := "1.2-SNAPSHOT"

sbtPlugin := true

Expand Down

0 comments on commit a728f14

Please sign in to comment.