From 81d0250d8311fb710ac598fcbc063e9b7b0656d3 Mon Sep 17 00:00:00 2001 From: Michael Stringer Date: Sun, 10 Sep 2017 22:40:21 +0100 Subject: [PATCH] Release 3.00-M3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a4b6d4ec..fb428b1c 100755 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ name := "sbt-jacoco" organization := "org.scala-sbt" -version := "3.0.0-M3-SNAPSHOT" +version := "3.0.0-M3" sbtPlugin := true crossSbtVersions := Seq("0.13.16", "1.0.1")