Skip to content

Commit f66a230

Browse files
committed
Merge pull request scala#5156 from retronym/topic/partest-1.0.14
Bump to scala-partest 1.0.14
2 parents a506ed0 + 68df031 commit f66a230

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/eclipse/partest/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
1010
<classpathentry combineaccessrules="false" kind="src" path="/scala-compiler"/>
1111
<classpathentry combineaccessrules="false" kind="src" path="/scala-library"/>
12-
<classpathentry kind="var" path="SCALA_BASEDIR/build/deps/partest/scala-partest_2.12.0-M4-1.0.13.jar"/>
12+
<classpathentry kind="var" path="SCALA_BASEDIR/build/deps/partest/scala-partest_2.12.0-M4-1.0.14.jar"/>
1313
<classpathentry kind="output" path="build-quick-partest-extras"/>
1414
</classpath>

src/eclipse/scaladoc/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<classpathentry combineaccessrules="false" kind="src" path="/scala-library"/>
99
<classpathentry kind="var" path="SCALA_BASEDIR/build/deps/scaladoc/scala-xml_2.12.0-M4-1.0.5.jar"/>
1010
<classpathentry kind="var" path="SCALA_BASEDIR/build/deps/scaladoc/scala-parser-combinators_2.12.0-M4-1.0.4.jar"/>
11-
<classpathentry kind="var" path="SCALA_BASEDIR/build/deps/partest/scala-partest_2.12.0-M4-1.0.13.jar"/>
11+
<classpathentry kind="var" path="SCALA_BASEDIR/build/deps/partest/scala-partest_2.12.0-M4-1.0.14.jar"/>
1212
<classpathentry kind="output" path="build-quick-scaladoc"/>
1313
</classpath>

versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jline.version=2.14.1
3030
scala-asm.version=5.0.4-scala-3
3131

3232
# external modules, used internally (not shipped)
33-
partest.version.number=1.0.13
33+
partest.version.number=1.0.14
3434
scalacheck.version.number=1.11.6
3535

3636
# TODO: modularize the compiler

0 commit comments

Comments
 (0)