From f71e54b32fc71a3f7f46c2a4bb22de835aa89687 Mon Sep 17 00:00:00 2001 From: Bruno Bieth Date: Fri, 21 Nov 2014 10:12:07 +0100 Subject: [PATCH] bump versions in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4d3602..cbf7bb3 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ add something like this to your `build.sbt`: ``` // for testing with partest -libraryDependencies += "org.scala-lang.modules" %% "scala-partest-interface" % "0.2" % "test" +libraryDependencies += "org.scala-lang.modules" %% "scala-partest-interface" % "0.4" % "test" // the actual partest the interface calls into -- must be binary version close enough to ours // so that it can link to the compiler/lib we're using (testing) -libraryDependencies += "org.scala-lang.modules" %% "scala-partest" % "1.0-RC2" % "test" +libraryDependencies += "org.scala-lang.modules" %% "scala-partest" % "1.0.1" % "test" fork in Test := true