File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ object DottyBuild extends Build {
30
30
31
31
// get reflect and xml onboard
32
32
libraryDependencies ++= Seq (" org.scala-lang" % " scala-reflect" % scalaVersion.value,
33
- " org.scala-lang.modules" %% " scala-xml" % " 1.0.1" ),
33
+ " org.scala-lang.modules" %% " scala-xml" % " 1.0.1" ,
34
+ " me.d-d" % " scala-compiler" % " 2.11.5-20141127-151222-084cc06425" ),
34
35
35
36
// get junit onboard
36
37
libraryDependencies += " com.novocode" % " junit-interface" % " 0.11-RC1" % " test" ,
@@ -53,7 +54,7 @@ object DottyBuild extends Build {
53
54
54
55
// http://grokbase.com/t/gg/simple-build-tool/135ke5y90p/sbt-setting-jvm-boot-paramaters-for-scala
55
56
javaOptions <++= (managedClasspath in Runtime , packageBin in Compile ) map { (attList, bin) =>
56
- // put the Scala {library, reflect, compiler } in the classpath
57
+ // put the Scala {library, reflect} in the classpath
57
58
val path = for {
58
59
file <- attList.map(_.data)
59
60
path = file.getAbsolutePath
You can’t perform that action at this time.
0 commit comments