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 1206a81 commit 7972f3dCopy full SHA for 7972f3d
project/Build.scala
@@ -38,7 +38,7 @@ object DottyBuild extends Build {
38
// get reflect and xml onboard
39
libraryDependencies ++= Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value,
40
"org.scala-lang.modules" %% "scala-xml" % "1.0.1",
41
- "me.d-d" % "scala-compiler" % "2.11.5-20150416-144435-09c4a520e1",
+ "me.d-d" % "scala-compiler" % "2.11.5-20150506-175515-8fc7635b56",
42
"org.scala-lang.modules" %% "scala-partest" % "1.0.5" % "test",
43
"jline" % "jline" % "2.12"),
44
0 commit comments