mirror of https://github.com/sbt/sbt.git
remove sbt-projectmatrix in template
This commit is contained in:
parent
15773d0bd7
commit
7c53ba434a
|
|
@ -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")
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue