diff --git a/build.sbt b/build.sbt index 6b6c1b8..05426e1 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ enablePlugins(SbtPlugin) name := "sbt-findsecbugs" organization := "nl.codestar" -version := "0.11-SNAPSHOT" +version := "0.11" description := "The Findbugs security plugin wrapped in a sbt plugin" scalaVersion := "2.12.8"