Skip to content

Commit a244ae7

Browse files
committed
Drop Scala.js 0.6 support
1 parent b5c1c6e commit a244ae7

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class ScoverageCompiler(settings: scala.tools.nsc.Settings, rep: scala.tools.nsc
7676
settings.classpath.value = settings.classpath.value + File.pathSeparator + file.getAbsolutePath
7777
}
7878

79-
addToClassPath(ScoverageCompiler.findIvyJar(s"org.scala-js", s"scalajs-library_${ScoverageCompiler.ShortScalaVersion}", "0.6.28"))
79+
addToClassPath(ScoverageCompiler.findIvyJar(s"org.scala-js", s"scalajs-library_${ScoverageCompiler.ShortScalaVersion}", "1.0.0"))
8080

8181
val instrumentationComponent = new ScoverageInstrumentationComponent(this, None, None)
8282
instrumentationComponent.setOptions(new ScoverageOptions())

0 commit comments

Comments
 (0)