From 4195ac2eee911142a817ceaabc83efbd0092f4ce Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 16 Sep 2024 19:36:41 +0000 Subject: [PATCH] Update sbt-bom to 1.0.15 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0d40af0ec7..80360f6175 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1") addSbtPlugin("com.github.sbt" % "sbt-avro" % "3.5.0") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") -addSbtPlugin("com.here.platform" % "sbt-bom" % "1.0.14") +addSbtPlugin("com.here.platform" % "sbt-bom" % "1.0.15") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7") addSbtPlugin("com.lightbend.sbt" % "sbt-bill-of-materials" % "1.0.2") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")