From 691fd8509ed03a617d2408056a5195b681a9796a Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Fri, 16 Sep 2022 15:38:17 -0700 Subject: [PATCH] Release 1.1.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17520a91..399219c8 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.1.0") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1") ``` Add the following to your `build.sbt` file: