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

Commit 988752f

Browse files
authored
Merge pull request #167 from softwaremill/update/sbt-scalajs-1.15.0
Update sbt-scalajs, scalajs-compiler, ... to 1.15.0
2 parents c216993 + 8a24529 commit 988752f

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.19"
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.14.0")
5+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
66

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

0 commit comments

Comments
 (0)