We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbdf5c commit e27655eCopy full SHA for e27655e
project/Build.scala
@@ -31,7 +31,7 @@ object DottyBuild extends Build {
31
// get reflect and xml onboard
32
libraryDependencies ++= Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value,
33
"org.scala-lang.modules" %% "scala-xml" % "1.0.1",
34
- "me.d-d" % "scala-compiler" % "2.11.5-20150216-154453-f58d45491b",
+ "me.d-d" % "scala-compiler" % "2.11.5-20150402-193021-0c75410da3",
35
"jline" % "jline" % "2.12"),
36
37
// get junit onboard
0 commit comments