Skip to content

Commit

Permalink
Cut 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Forsey committed Sep 4, 2013
1 parent 9c89ed8 commit 64ff8e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ For an example project that uses this plugin [click here](https://github.com/the

For example output [click here](https://coveralls.io/builds/6727)

## New in 0.0.4

* OpenJDK support

## New in 0.0.3

* You must now add `seq(com.github.theon.coveralls.CoverallsPlugin.coverallsSettings: _*)` to your root `build.sbt`. This is to support multi project builds.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "xsbt-coveralls-plugin"

organization := "com.github.theon"

version := "0.0.4-SNAPSHOT"
version := "0.0.4"

scalaVersion := "2.9.2"

Expand Down
2 changes: 1 addition & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ resolvers ++= Seq(

addSbtPlugin("reaktor" %% "sbt-scct" % "0.2-SNAPSHOT")

addSbtPlugin("com.github.theon" %% "xsbt-coveralls-plugin-meta" % "0.0.4-SNAPSHOT")
addSbtPlugin("com.github.theon" %% "xsbt-coveralls-plugin-meta" % "0.0.4")

0 comments on commit 64ff8e1

Please sign in to comment.