Skip to content

Commit 578da5a

Browse files
committed
Scala versions upgraded to latest 2.11.7. d918943 follow-up.
1 parent d918943 commit 578da5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scalac-scoverage-plugin/src/test/scala/scoverage/ScoverageCompiler.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import scala.tools.nsc.transform.{Transform, TypingTransformers}
1111
/** @author Stephen Samuel */
1212
object ScoverageCompiler {
1313

14-
val ScalaVersion = "2.11.4"
14+
val ScalaVersion = "2.11.7"
1515
val ShortScalaVersion = ScalaVersion.dropRight(2)
1616

1717
def classPath = getScalaJars.map(_.getAbsolutePath) :+ sbtCompileDir.getAbsolutePath :+ runtimeClasses.getAbsolutePath

0 commit comments

Comments
 (0)