From bfab0639df456bb0bc67eea6c0357e028a1f5969 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Sat, 23 Sep 2017 14:42:35 +0900 Subject: [PATCH] scalikejdbc --- 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 ca9e19f..87a5c6b 100644 --- a/sbt-1.x-plugin-migration.md +++ b/sbt-1.x-plugin-migration.md @@ -11,7 +11,7 @@ The third column is either the available sbt 1.x plugin or a note the status of | [mpeltonen/sbt-idea](https://github.com/mpeltonen/sbt-idea) | 1085 | superseded | IDEA import feature replaces this plugin | | [coursier/coursier](https://github.com/coursier/coursier) | 966 | released | `addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC11")` | | [sbt/sbt-native-packager](https://github.com/sbt/sbt-native-packager) | 869 | released | `addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.2.2-RC2")` | -| [scalikejdbc/scalikejdbc](https://github.com/scalikejdbc/scalikejdbc) | 788 | merged | https://github.com/scalikejdbc/scalikejdbc/pull/691 | +| [scalikejdbc/scalikejdbc](https://github.com/scalikejdbc/scalikejdbc) | 788 | released | `addSbtPlugin("org.scalikejdbc" %% "scalikejdbc-mapper-generator" % "3.1.0")` | | [jrudolph/sbt-dependency-graph](https://github.com/jrudolph/sbt-dependency-graph) | 783 | in progress | https://github.com/jrudolph/sbt-dependency-graph/issues/134 and https://github.com/jrudolph/sbt-dependency-graph/commits/w/sbt-1.0.0-M4-support | | [wartremover/wartremover](https://github.com/wartremover/wartremover) | 705 | released | `addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.2.0")` | | [typesafehub/sbteclipse](https://github.com/typesafehub/sbteclipse) | 658 | released | `addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.1")` |