Skip to content

Commit f2bf50f

Browse files
Update sbt-scalajs, scalajs-library_2.13, ... to 1.20.1 (#450)
1 parent 2a3445c commit f2bf50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
22
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
33
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
44
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
5-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.19.0")
5+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
66
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
77

88
// workaround for conflict between sbt-scoverage and scalastyle-sbt-plugin

0 commit comments

Comments
 (0)