From 9df175e35c7cf6ff9f8ad18d87635a0b8e7df5e8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 4 Apr 2013 20:25:14 -0500 Subject: version bump --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') 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") -- cgit v1.2.3-54-g00ecf