From 11b7245b6ba933ab9a1c5b08876c5ef510187fbc Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Thu, 13 May 2021 14:22:39 +0100 Subject: [PATCH] Release 0.9.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3736d83e..f15e7fe9 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" % "0.9.0") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.1") ``` Add the following to your `build.sbt` file: