aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-04-04 20:25:14 -0500
committerJesse Luehrs <doy@tozt.net>2013-04-04 20:25:14 -0500
commit9df175e35c7cf6ff9f8ad18d87635a0b8e7df5e8 (patch)
tree75593034015aa6b31e459d0bc723784d2f1869b8
parent19a67b8d18cde472916163973cd6520425f09796 (diff)
downloadscala-test-more-9df175e35c7cf6ff9f8ad18d87635a0b8e7df5e8.tar.gz
scala-test-more-9df175e35c7cf6ff9f8ad18d87635a0b8e7df5e8.zip
version bump
-rw-r--r--README4
-rw-r--r--build.sbt2
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 275ac18..f4c0681 100644
--- a/README
+++ b/README
@@ -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")
diff --git a/build.sbt b/build.sbt
index c9ef4b9..e11bfd8 100644
--- a/build.sbt
+++ b/build.sbt
@@ -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"