We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5ea5e commit 917f4c2Copy full SHA for 917f4c2
build.sbt
@@ -86,7 +86,7 @@ TestKeys.includeTestDependencies := true
86
libraryDependencies ++= Seq("junit" % "junit" % "4.11" % "test", "com.novocode" % "junit-interface" % "0.10" % "test")
87
88
// default
89
-TestKeys.partestVersion := "1.0.0-RC6"
+TestKeys.partestVersion := "1.0.0-RC7"
90
91
// the actual partest the interface calls into -- must be binary version close enough to ours
92
// so that it can link to the compiler/lib we're using (testing)
0 commit comments