mirror of https://github.com/sbt/sbt.git
Merge pull request #8239 from xuwei-k/sbt-projectmatrix-template
remove `sbt-projectmatrix` in template
This commit is contained in:
commit
ab9e099f74
|
|
@ -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