Skip to content

Commit c7d0091

Browse files
Update sbt-scalajs to 1.20.1
1 parent 3cbaef4 commit c7d0091

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.1")
22
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.1")
33
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.8.1")
44
addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.18.0")
5-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
5+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
66
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.2")

src/main/g8/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.1")
22
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.1")
33
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.8.1")
4-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
4+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
55
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.2")

0 commit comments

Comments
 (0)