Make all plugins.sbt files in scripted tests the same

This commit is contained in:
Alexandre Archambault 2018-11-20 11:14:55 +01:00
parent df7e529a59
commit 91cb55cc2e
14 changed files with 9 additions and 14 deletions

View File

@ -0,0 +1 @@
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.15")

View File

@ -9,5 +9,3 @@
addSbtPlugin("io.get-coursier" % "sbt-coursier" % pluginVersion)
}
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.15")

View File

@ -8,4 +8,4 @@
)
addSbtPlugin("io.get-coursier" % "sbt-coursier" % pluginVersion)
}
}

View File

@ -0,0 +1 @@
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2-1")

View File

@ -9,5 +9,3 @@
addSbtPlugin("io.get-coursier" % "sbt-coursier" % pluginVersion)
}
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2-1")

View File

@ -8,4 +8,4 @@
)
addSbtPlugin("io.get-coursier" % "sbt-coursier" % pluginVersion)
}
}

View File

@ -0,0 +1 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.6")

View File

@ -9,5 +9,3 @@
addSbtPlugin("io.get-coursier" % "sbt-coursier" % pluginVersion)
}
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.6")

View File

@ -0,0 +1 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.19")

View File

@ -9,5 +9,3 @@
addSbtPlugin("io.get-coursier" % "sbt-coursier" % pluginVersion)
}
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.19")

View File

@ -8,4 +8,4 @@
)
addSbtPlugin("io.get-coursier" % "sbt-coursier" % pluginVersion)
}
}

View File

@ -0,0 +1 @@
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2")

View File

@ -9,5 +9,3 @@
addSbtPlugin("io.get-coursier" % "sbt-coursier" % pluginVersion)
}
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2")

View File

@ -8,4 +8,4 @@
)
addSbtPlugin("io.get-coursier" % "sbt-coursier" % pluginVersion)
}
}