diff --git a/README.md b/README.md index 2ecaf247..be809210 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ MiMa's sbt plugin supports sbt 1.x only. (Use v0.3.0 for sbt 0.13.x.) To use it add the following to your `project/plugins.sbt` file: ``` -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.0.1") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0") ``` Add the following to your `build.sbt` file: