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

bump versions in README #7

Merged
merged 1 commit into from
Feb 12, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down