Skip to content
This repository was archived by the owner on May 3, 2018. It is now read-only.

Commit bfacd5d

Browse files
committed
Merge pull request #7 from backuitist/patch-1
bump versions in README
2 parents 7caea33 + f71e54b commit bfacd5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ add something like this to your `build.sbt`:
88

99
```
1010
// for testing with partest
11-
libraryDependencies += "org.scala-lang.modules" %% "scala-partest-interface" % "0.2" % "test"
11+
libraryDependencies += "org.scala-lang.modules" %% "scala-partest-interface" % "0.4" % "test"
1212
1313
// the actual partest the interface calls into -- must be binary version close enough to ours
1414
// so that it can link to the compiler/lib we're using (testing)
15-
libraryDependencies += "org.scala-lang.modules" %% "scala-partest" % "1.0-RC2" % "test"
15+
libraryDependencies += "org.scala-lang.modules" %% "scala-partest" % "1.0.1" % "test"
1616
1717
fork in Test := true
1818

0 commit comments

Comments
 (0)