Skip to content

Commit 9bfd9f6

Browse files
committed
use latest partest (1.0.9)
the new version should be no different, from this repo's perspective, since the changes made between 1.0.7 and 1.0.9 had only to do with build and packaging. nonetheless, we should be using the latest latest to help guard against regressions. (my other motive is that I'm contemplating fixing a partest issue that would result in a 1.0.10 release, so I'd like to have the upgrade to 1.0.9 in place first, so if anything goes wrong there is less searching to do for the cause)
1 parent 2e1f78b commit 9bfd9f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/eclipse/partest/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<classpathentry combineaccessrules="false" kind="src" path="/repl"/>
66
<classpathentry kind="var" path="M2_REPO/com/googlecode/java-diff-utils/diffutils/1.3.0/diffutils-1.3.0.jar"/>
77
<classpathentry kind="var" path="M2_REPO/org/scala-sbt/test-interface/1.0/test-interface-1.0.jar"/>
8-
<classpathentry kind="var" path="M2_REPO/org/scala-lang/modules/scala-partest_2.11/1.0.7/scala-partest_2.11-1.0.7.jar"/>
8+
<classpathentry kind="var" path="M2_REPO/org/scala-lang/modules/scala-partest_2.11/1.0.9/scala-partest_2.11-1.0.9.jar"/>
99
<classpathentry kind="var" path="SCALA_BASEDIR/lib/ant/ant.jar"/>
1010
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
1111
<classpathentry combineaccessrules="false" kind="src" path="/scala-compiler"/>

versions.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jline.version=2.12.1
3636
scala-asm.version=5.0.4-scala-3
3737

3838
# external modules, used internally (not shipped)
39-
partest.version.number=1.0.7
39+
partest.version.number=1.0.9
4040
scalacheck.version.number=1.11.6
4141

4242
# TODO: modularize the compiler

0 commit comments

Comments
 (0)