Skip to content

Commit e27655e

Browse files
committed
Update version of scalac fork.
1 parent 5cbdf5c commit e27655e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ object DottyBuild extends Build {
3131
// get reflect and xml onboard
3232
libraryDependencies ++= Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value,
3333
"org.scala-lang.modules" %% "scala-xml" % "1.0.1",
34-
"me.d-d" % "scala-compiler" % "2.11.5-20150216-154453-f58d45491b",
34+
"me.d-d" % "scala-compiler" % "2.11.5-20150402-193021-0c75410da3",
3535
"jline" % "jline" % "2.12"),
3636

3737
// get junit onboard

0 commit comments

Comments
 (0)