From 816c3848ec64b6fb7838033a26a84e6414f3b9cb Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Sat, 6 Jan 2018 17:16:37 +0900 Subject: [PATCH] sbt-giter8 0.11.0-M2 support sbt 1.x --- sbt-1.x-plugin-migration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbt-1.x-plugin-migration.md b/sbt-1.x-plugin-migration.md index faef799..63254be 100644 --- a/sbt-1.x-plugin-migration.md +++ b/sbt-1.x-plugin-migration.md @@ -3,8 +3,7 @@ | GitHub Page |Stars | Status | Details | |-------------------------------------------------------------------------------------------------------------------------|-----:| -----------:|--------------------------------------------------------------------------------------------------------------------------------------------------------------------| | [lampepfl/dotty](https://github.com/lampepfl/dotty) | 1927 | in progress | https://github.com/lampepfl/dotty/issues/3091 | -| [lagom/lagom](https://github.com/lagom/lagom) | 1551 | reported | https://github.com/lagom/lagom/issues/932 -| [foundweekends/giter8](https://github.com/foundweekends/giter8) | 1247 | merged | https://github.com/foundweekends/giter8/commit/19365ba310ba9f4509ae11b365f +| [lagom/lagom](https://github.com/lagom/lagom) | 1551 | reported | https://github.com/lagom/lagom/issues/932 | [mpeltonen/sbt-idea](https://github.com/mpeltonen/sbt-idea) | 1085 | superseded | IDEA import feature replaces this plugin | | [scala-android/sbt-android](https://github.com/scala-android/sbt-android) | 653 | reported | https://github.com/scala-android/sbt-android/issues/311 | | [jberkel/android-plugin](https://github.com/jberkel/android-plugin) | 496 | superseded | use sbt-android | @@ -181,6 +180,7 @@ | [scala-js/scala-js](https://github.com/scala-js/scala-js) | 3209 | `addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.19")` | | [scala-native/scala-native](https://github.com/scala-native/scala-native) | 3082 | `addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.6")` | [flyway/flyway](https://github.com/flyway/flyway/) | 2407 | `addSbtPlugin("org.flywaydb" % "flyway-sbt" % "4.2.0")` | +| [foundweekends/giter8](https://github.com/foundweekends/giter8) | 1247 | `addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.11.0-M2")` | [sbt/sbt-assembly](https://github.com/sbt/sbt-assembly) | 1092 | `addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")` | | [coursier/coursier](https://github.com/coursier/coursier) | 966 | `addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC11")` | | [sbt/sbt-native-packager](https://github.com/sbt/sbt-native-packager) | 869 | `addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.2.2-RC2")` |