From 317626b8981c15585673dae46b90645042bd00f0 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Fri, 20 Sep 2019 10:00:23 +0100 Subject: [PATCH] Release 0.6.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81613d71..62e52ce8 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ MiMa's sbt plugin is released for sbt 1.x only (use 0.3.0 for sbt 0.13). To use it add the following to your `project/plugins.sbt` file: ``` -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.0") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.1") ``` Add the following to your `build.sbt` file: