Skip to content

Commit

Permalink
Update released version to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeltonen committed Sep 27, 2011
1 parent 555298d commit 6f74177
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
@@ -1,8 +1,7 @@
Requirements Requirements
------------ ------------


* [sbt](https://github.com/harrah/xsbt/wiki) 0.10.1 (does not work/compile with sbt 0.10.0). NOTE: For sbt 0.7.x version of the plugin, see [branch sbt-0.7](https://github.com/mpeltonen/sbt-idea/tree/sbt-0.7) * [sbt](https://github.com/harrah/xsbt/wiki) 0.10.1 (does not work/compile with sbt 0.10.0) or later. NOTE: For sbt 0.7.x version of the plugin, see [branch sbt-0.7](https://github.com/mpeltonen/sbt-idea/tree/sbt-0.7)
* or 0.11.0




Installation Installation
Expand All @@ -22,7 +21,7 @@ Add the following lines to ~/.sbt/plugins.sbt or PROJECT_DIR/project/plugins.sbt


resolvers += "sbt-idea-repo" at "http://mpeltonen.github.com/maven/" resolvers += "sbt-idea-repo" at "http://mpeltonen.github.com/maven/"


addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "0.11.0-SNAPSHOT") addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "0.11.0")


Usage Usage
----- -----
Expand Down

0 comments on commit 6f74177

Please sign in to comment.