We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1162c8e commit aef8f30Copy full SHA for aef8f30
src/sbt-test/scoverage/scalajs/project/plugins.sbt
@@ -8,6 +8,6 @@ val pluginVersion = sys.props.getOrElse(
8
9
addSbtPlugin("org.scoverage" % "sbt-scoverage" % pluginVersion)
10
11
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.1")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
12
13
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
0 commit comments