Skip to content

Commit

Permalink
1.0.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
olim7t committed Oct 21, 2010
1 parent d232798 commit 0060d8b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.markdown
Expand Up @@ -9,11 +9,7 @@ This is done in `project/plugins/Plugins.scala`:
import sbt._

class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
// Required because the plugin currently depends on a snapshot version
// of Scalariform; see the release notes for more explanations.
val scalatoolsSnapshot = "Scala Tools Snapshot" at "http://scala-tools.org/repo-snapshots/"
val formatter = "com.github.olim7t" % "sbt-scalariform" % "1.0.2-SNAPSHOT"
val formatter = "com.github.olim7t" % "sbt-scalariform" % "1.0.2"
}

##Configuring a simple project
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.txt
@@ -1,3 +1,7 @@
1.0.2 (2010-10-21)
- Upgrade to Scalariform 0.0.7.
- New option to disable automatic formatting.

1.0.1 (2010-08-25)
- Better handling of the Scalariform dependency.
- Tested and documented multi-modules setups.
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1,5 +1,5 @@
project.organization=com.github.olim7t
project.name=sbt-scalariform
sbt.version=0.7.4
project.version=1.0.2-SNAPSHOT
project.version=1.0.2
build.scala.versions=2.7.7

0 comments on commit 0060d8b

Please sign in to comment.