From 5fe941891041a418a1d5a138defb2d4a5ecf5f88 Mon Sep 17 00:00:00 2001 From: Jan Ouwens Date: Fri, 24 Jan 2020 12:42:51 +0100 Subject: [PATCH] Update to version 0.15 --- build.sbt | 2 +- project/metals.sbt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 project/metals.sbt diff --git a/build.sbt b/build.sbt index e75b2ec..93c8473 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ enablePlugins(SbtPlugin) name := "sbt-findsecbugs" organization := "nl.codestar" -version := "0.15-SNAPSHOT" +version := "0.15" description := "The Findbugs security plugin wrapped in a sbt plugin" scalaVersion := "2.12.8" diff --git a/project/metals.sbt b/project/metals.sbt new file mode 100644 index 0000000..ab498bf --- /dev/null +++ b/project/metals.sbt @@ -0,0 +1,4 @@ +// DO NOT EDIT! This file is auto-generated. +// This file enables sbt-bloop to create bloop config files. + +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.0-RC1")