Skip to content

Commit 5481589

Browse files
committed
Upgrade shared backend.
Fixes bugs in handling try-finally blocks.
1 parent 91772a6 commit 5481589

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
@@ -42,7 +42,7 @@ object DottyBuild extends Build {
4242
resolvers += Resolver.sonatypeRepo("releases"),
4343

4444
// get libraries onboard
45-
partestDeps := Seq("me.d-d" % "scala-compiler" % "2.11.5-20150619-173733-3bcd390afa",
45+
partestDeps := Seq("me.d-d" % "scala-compiler" % "2.11.5-20150713-144145-c4979dbb16",
4646
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
4747
"org.scala-lang" % "scala-library" % scalaVersion.value % "test"),
4848
libraryDependencies ++= partestDeps.value,

0 commit comments

Comments
 (0)