From 26e775a3295bf494ba64520c46694c219b2aae02 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Sun, 22 Oct 2017 12:47:53 +0900 Subject: [PATCH] sbt-appengine --- sbt-1.x-plugin-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbt-1.x-plugin-migration.md b/sbt-1.x-plugin-migration.md index f1b479e..17fa80a 100644 --- a/sbt-1.x-plugin-migration.md +++ b/sbt-1.x-plugin-migration.md @@ -30,7 +30,6 @@ | [adamw/xsbt-proguard-plugin](https://github.com/adamw/xsbt-proguard-plugin) | 67 | reported | https://github.com/adamw/xsbt-proguard-plugin/issues/28 | | [coursera/courier](https://github.com/coursera/courier) | 66 | ? | ? | | [jrudolph/sbt-optimizer](https://github.com/jrudolph/sbt-optimizer) | 66 | ? | ? | -| [sbt/sbt-appengine](https://github.com/sbt/sbt-appengine) | 66 | reported | https://github.com/sbt/sbt-appengine/issues/50 | | [pfn/kotlin-plugin](https://github.com/pfn/kotlin-plugin) | 65 | ? | ? | | [gilt/sbt-dependency-graph-sugar](https://github.com/gilt/sbt-dependency-graph-sugar) | 58 | ? | ? | | [saurfang/sbt-spark-submit](https://github.com/saurfang/sbt-spark-submit) | 55 | ? | ? | @@ -235,6 +234,7 @@ | [gilt/sbt-newrelic](https://github.com/gilt/sbt-newrelic) | 69 | `addSbtPlugin("com.gilt.sbt" % "sbt-newrelic" % "0.2.1")` | | [lucidsoftware/neo-sbt-scalafmt](https://github.com/lucidsoftware/neo-sbt-scalafmt) | 67 | `addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.10")` | | [sbt/sbt-ghpages](https://github.com/sbt/sbt-ghpages) | 66 | `addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2")` | +| [sbt/sbt-appengine](https://github.com/sbt/sbt-appengine) | 65 | `addSbtPlugin("com.eed3si9n" % "sbt-appengine" % "0.8.0")` | | [sbt/sbt-avro](https://github.com/sbt/sbt-avro) | 63 | `addSbtPlugin("com.cavorite" % "sbt-avro-1-8" % "1.1.3")` | | [sbt/sbt-aspectj](https://github.com/sbt/sbt-aspectj) | 60 | `addSbtPlugin("com.lightbend.sbt" % "sbt-aspectj" % "0.11.0")` | | [scala-native/sbt-crossproject](https://github.com/scala-native/sbt-crossproject) | 59 | `addSbtPlugin("org.scala-native" % "sbt-crossproject" % "0.2.2")` |