Skip to content

Commit

Permalink
Update to version 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Jan 24, 2020
1 parent 612ab67 commit 5fe9418
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions project/metals.sbt
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit 5fe9418

Please sign in to comment.