remove sbt-projectmatrix in template

This commit is contained in:
xuwei-k 2025-08-26 09:02:25 +09:00
parent 15773d0bd7
commit 7c53ba434a
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")
"""