Merge pull request #8239 from xuwei-k/sbt-projectmatrix-template

remove `sbt-projectmatrix` in template
This commit is contained in:
eugene yokota 2025-08-25 21:12:49 -04:00 committed by GitHub
commit ab9e099f74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -339,7 +339,6 @@ lazy val core = (projectMatrix in file("core"))
IO.write(new File("build.sbt"), content)
val pluginsContent = """
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5")
"""