Skip to content

Commit

Permalink
Bump version to 0.10-M4
Browse files Browse the repository at this point in the history
  • Loading branch information
szeiger committed Apr 19, 2013
1 parent c4e68b2 commit 8f82573
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ See LICENSE.txt for licensing conditions (BSD-style).

To use with sbt 0.10+, add the following dependency to your build.sbt:

libraryDependencies += "com.novocode" % "junit-interface" % "0.10-M3" % "test"
libraryDependencies += "com.novocode" % "junit-interface" % "0.10-M4" % "test"

To use with sbt 0.7, add the following dependency to your project:

val junitInterface = "com.novocode" % "junit-interface" % "0.10-M3" % "test"
val junitInterface = "com.novocode" % "junit-interface" % "0.10-M4" % "test"

JUnit itself is automatically pulled in as a transitive dependency. sbt
already knows about junit-interface so the dependency alone is enough. You do
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 := "JUnit-Interface"

organization := "com.novocode"

version := "0.10-M3"
version := "0.10-M4"

crossPaths := false

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.12.0
sbt.version=0.12.2

0 comments on commit 8f82573

Please sign in to comment.