summaryrefslogtreecommitdiff
path: root/versions.properties
diff options
context:
space:
mode:
authorStefan Zeiger <szeiger@novocode.com>2015-10-27 14:07:52 +0100
committerStefan Zeiger <szeiger@novocode.com>2015-12-04 16:22:24 -0800
commit780ac4124a5bf34a3297b563fa4ea09741aa2d7b (patch)
treef677bc74a7a5c805a996d6c9e4347cb3dd895bc1 /versions.properties
parent9fb965e4ef22019dcbd0f7441576df354bb1feb8 (diff)
downloadscala-780ac4124a5bf34a3297b563fa4ea09741aa2d7b.tar.gz
scala-780ac4124a5bf34a3297b563fa4ea09741aa2d7b.tar.bz2
scala-780ac4124a5bf34a3297b563fa4ea09741aa2d7b.zip
Make all of partest work in the sbt build
- Fix the scoping of files/lib/*.jar. These files were not on the classpath when running partest from sbt. - Pass the same standard Java options to partest as from the command line. This requires new versions of scala-partest and scala-partest-interface. - Fix the classpath scanning in jvm/innerClassEnclMethodJavaReflection. It only worked for JARs and relative directories but not for absolute directory paths (which are produced by sbt).
Diffstat (limited to 'versions.properties')
-rw-r--r--versions.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/versions.properties b/versions.properties
index 2253921940..145881ab9b 100644
--- a/versions.properties
+++ b/versions.properties
@@ -36,7 +36,7 @@ jline.version=2.12.1
scala-asm.version=5.0.4-scala-3
# external modules, used internally (not shipped)
-partest.version.number=1.0.9
+partest.version.number=1.0.11
scalacheck.version.number=1.11.6
# TODO: modularize the compiler