Skip to content

Commit 0f72dd3

Browse files
committed
Merge pull request scala#4754 from SethTisue/bump-partest-version
use latest partest (1.0.9)
2 parents c287df9 + 9bfd9f6 commit 0f72dd3

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)