Update sbt-bill-of-materials to 1.0.1 (#29884)

This commit is contained in:
Scala Steward 2020-12-14 15:45:39 +01:00 committed by GitHub
parent 426bdda67d
commit adbba64af8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.4.0")
//#sbt-multi-jvm
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.6.0")
addSbtPlugin("com.lightbend.sbt" % "sbt-bill-of-materials" % "1.0.0")
addSbtPlugin("com.lightbend.sbt" % "sbt-bill-of-materials" % "1.0.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.23")
// sbt-osgi 0.9.5 is available but breaks including jdk9-only classes