Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
doy committed Apr 5, 2013
1 parent 19a67b8 commit 9df175e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README
Expand Up @@ -10,12 +10,12 @@ namespaces from Perl. Currently, we have:
More features to come as requested!

This library is on the Maven Central Repository, as the artifact
com.iinteractive#scala-test-more_2.10;0.01
com.iinteractive#scala-test-more_2.10;0.03

To use this library with your project, just add these two lines to your
build.sbt:

libraryDependencies += "com.iinteractive" % "scala-test-more_2.10" % "0.01" % "test"
libraryDependencies += "com.iinteractive" % "scala-test-more_2.10" % "0.03" % "test"

testFrameworks += new TestFramework("com.iinteractive.test.sbt.Framework")

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -2,7 +2,7 @@ name := "scala-test-more"

organization := "com.iinteractive"

version := "0.02"
version := "0.03"

description := "Test library based on Perl's Test::More"

Expand Down

0 comments on commit 9df175e

Please sign in to comment.