Skip to content

Commit

Permalink
Prepare 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudolph committed Oct 25, 2017
1 parent 957ab20 commit 246c106
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Version 0.9.1 (2017-10-25)
* [#79](https://github.com/spray/sbt-revolver/issues/79): 0.9.0 contained some old class files that lead to
compatibility problems in combination with other plugins. 0.9.1 was cleanly rebuilt from the same sources
and republished to fix the issue.

## Version 0.9.0 (2017-08-15)
* First version that supports sbt 1.0.x
* Allow setting `envVars in reStart` to customize environment variables
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ be used with any Scala application as long as there is some object with a `main`
_sbt-revolver_ requires [SBT] 0.13.x or greater. Add the following dependency to your `project/plugins.sbt`:

```scala
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.0")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
```

sbt-revolver is an auto plugin, so you don't need any additional configuration in your build.sbt nor in Build.scala
Expand Down
2 changes: 1 addition & 1 deletion publish.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "sbt-revolver"

organization := "io.spray"

version := "0.9.0-SNAPSHOT"
version := "0.9.1"

description := "An SBT plugin for dangerously fast development turnaround in Scala"

Expand Down

0 comments on commit 246c106

Please sign in to comment.