Skip to content

Commit 917f4c2

Browse files
committed
Bump to partest 1.0.0-RC7
1 parent 2e5ea5e commit 917f4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ TestKeys.includeTestDependencies := true
8686
libraryDependencies ++= Seq("junit" % "junit" % "4.11" % "test", "com.novocode" % "junit-interface" % "0.10" % "test")
8787

8888
// default
89-
TestKeys.partestVersion := "1.0.0-RC6"
89+
TestKeys.partestVersion := "1.0.0-RC7"
9090

9191
// the actual partest the interface calls into -- must be binary version close enough to ours
9292
// so that it can link to the compiler/lib we're using (testing)

0 commit comments

Comments
 (0)