We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d88e71 + 2e81498 commit 8696e74Copy full SHA for 8696e74
build.sbt
@@ -2,7 +2,7 @@ name := "sbt-scoverage"
2
3
import sbt.ScriptedPlugin.autoImport.scriptedLaunchOpts
4
5
-def scoverageVersion = "1.4.8"
+def scoverageVersion = "1.4.9"
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.5.1")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.0")
19
20
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
0 commit comments