Skip to content

Commit

Permalink
Bump to scala-partest 1.0.14
Browse files Browse the repository at this point in the history
This should fix the bootstrap build by incorporating
scala/scala-partest#58
  • Loading branch information
retronym committed May 12, 2016
1 parent 4db1de6 commit 68df031
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/eclipse/partest/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/scala-compiler"/>
<classpathentry combineaccessrules="false" kind="src" path="/scala-library"/>
<classpathentry kind="var" path="SCALA_BASEDIR/build/deps/partest/scala-partest_2.12.0-M4-1.0.13.jar"/>
<classpathentry kind="var" path="SCALA_BASEDIR/build/deps/partest/scala-partest_2.12.0-M4-1.0.14.jar"/>
<classpathentry kind="output" path="build-quick-partest-extras"/>
</classpath>
2 changes: 1 addition & 1 deletion src/eclipse/scaladoc/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<classpathentry combineaccessrules="false" kind="src" path="/scala-library"/>
<classpathentry kind="var" path="SCALA_BASEDIR/build/deps/scaladoc/scala-xml_2.12.0-M4-1.0.5.jar"/>
<classpathentry kind="var" path="SCALA_BASEDIR/build/deps/scaladoc/scala-parser-combinators_2.12.0-M4-1.0.4.jar"/>
<classpathentry kind="var" path="SCALA_BASEDIR/build/deps/partest/scala-partest_2.12.0-M4-1.0.13.jar"/>
<classpathentry kind="var" path="SCALA_BASEDIR/build/deps/partest/scala-partest_2.12.0-M4-1.0.14.jar"/>
<classpathentry kind="output" path="build-quick-scaladoc"/>
</classpath>
2 changes: 1 addition & 1 deletion versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jline.version=2.14.1
scala-asm.version=5.0.4-scala-3

# external modules, used internally (not shipped)
partest.version.number=1.0.13
partest.version.number=1.0.14
scalacheck.version.number=1.11.6

# TODO: modularize the compiler
Expand Down

0 comments on commit 68df031

Please sign in to comment.