Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit f3e0793

Browse files
authored
Merge pull request #180 from softwaremill/update/sbt-scalajs-1.16.0
Update sbt-scalajs, scalajs-compiler, ... to 1.16.0
2 parents b68421d + ff656b8 commit f3e0793

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 @@ val sbtSoftwareMillVersion = "2.0.20"
22
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwareMillVersion)
33
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % sbtSoftwareMillVersion)
44

5-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
5+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
66

77
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")
88
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")

0 commit comments

Comments
 (0)