From f5f923ee0f130e2ca252ec9eb1a25df5526fddff Mon Sep 17 00:00:00 2001 From: Michael Stringer Date: Mon, 25 Sep 2017 10:59:33 +0100 Subject: [PATCH] Release 3.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5b9c3a6d..34e7a4f0 100755 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ name := "sbt-jacoco" organization := "com.github.sbt" -version := "3.0.1-SNAPSHOT" +version := "3.0.1" sbtPlugin := true crossSbtVersions := Seq("0.13.16", "1.0.2")