Skip to content

Commit

Permalink
Bump to version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Forsey committed Jun 23, 2013
1 parent 7cce64d commit 3f64005
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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.3-SNAPSHOT
## New in 0.0.3

* You must now add `seq(com.github.theon.coveralls.CoverallsPlugin.coverallsSettings: _*)` to your `build.sbt`. This is to support multi project builds.
* Multi project build support!
Expand All @@ -30,7 +30,7 @@ resolvers ++= Seq(

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

addSbtPlugin("com.github.theon" %% "xsbt-coveralls-plugin" % "0.0.2")
addSbtPlugin("com.github.theon" %% "xsbt-coveralls-plugin" % "0.0.3")
```

2) Add the following to the top of your `build.sbt`
Expand Down Expand Up @@ -126,7 +126,7 @@ resolvers ++= Seq(

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

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

## TODO
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.3-SNAPSHOT"
version := "0.0.3"

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.3-SNAPSHOT")
addSbtPlugin("com.github.theon" %% "xsbt-coveralls-plugin-meta" % "0.0.3")

0 comments on commit 3f64005

Please sign in to comment.