From e05e880797d94cec7b55175d2a5302a49a40a55e Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Wed, 23 May 2018 10:49:46 +0100 Subject: [PATCH] Prep for 0.3.0 release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00cea7b1..886982dd 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The sbt plugin is released for sbt versions 0.13.x and 1.x. To try it, do the f Add the following to your `project/plugins.sbt` file: ``` -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.2.0") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0") ``` Add the following to your `build.sbt` file: