We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d48c33 commit 6cbcc3dCopy full SHA for 6cbcc3d
build.sbt
@@ -2,7 +2,7 @@ name := "sbt-scoverage"
2
3
import sbt.ScriptedPlugin.autoImport.scriptedLaunchOpts
4
5
-def scoverageVersion = "1.4.10"
+def scoverageVersion = "1.4.11"
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