Skip to content

Commit caf6ca3

Browse files
authored
Merge pull request #238 from typelevel/update/sbt-scalajs-1.20.1
2 parents 17e7d4e + 25335c9 commit caf6ca3

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.3")
22
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.3")
33
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.8.3")
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.3")
22
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.3")
33
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.8.3")
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)