Skip to content

Commit

Permalink
publish 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudolph committed Dec 4, 2015
1 parent 983dcb7 commit 47eeb88
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ 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.8.0-RC1")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.8.0")
```

sbt-revolver is an auto plugin, so you don't need any additional configuration in your build.sbt nor in Build.scala
to make it work. In multi-module builds it will be enabled for each module.

For older versions of sbt see version [0.7.2](https://github.com/spray/sbt-revolver/tree/571ca53a5a2d93764774bb87cd96dad0ad0547b3).

## Usage

_sbt-revolver_ defines three new commands (SBT tasks) in its own `re` configuration:
Expand Down
12 changes: 12 additions & 0 deletions notes/0.8.0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
sbt-revolver 0.8.0 is now an AutoPlugin.

Other changes:

- [#45][]: Added AutoPlugin support and dropped support for older sbt versions in the process, allowing some cleanup of the code. Thanks, [@alkersan][]!
- [#40][]: Removed RED color from list of colors. Thanks, [@jedesah](https://github.com/jedesah)!
- [#36][]: Fixed issue with JNI libraries by using Fork.java instead of Fork.scala. Thanks, [@kanterov](https://github.com/kanterov)!

[#36]: https://github.com/spray/sbt-revolver/issues/36
[#40]: https://github.com/spray/sbt-revolver/issues/40
[#45]: https://github.com/spray/sbt-revolver/issues/45
[@alkersan]: https://github.com/alkersan
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.8.0-RC1"
version := "0.8.0"

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

Expand Down

0 comments on commit 47eeb88

Please sign in to comment.