We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1671af1 commit 73f8f92Copy full SHA for 73f8f92
build.sbt
@@ -2,7 +2,7 @@ name := "sbt-scoverage"
2
3
import sbt.ScriptedPlugin.autoImport.scriptedLaunchOpts
4
5
-lazy val scoverageVersion = "2.0.0-M4"
+lazy val scoverageVersion = "2.0.0-M5"
6
7
inThisBuild(
8
List(
src/sbt-test/scoverage/scalajs/project/plugins.sbt
@@ -15,6 +15,6 @@ resolvers ++= {
15
Seq.empty
16
}
17
18
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.0")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.8.0")
19
20
-addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
+addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
0 commit comments