From f416b6dd4eab0721c2113384945c00f11316277e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 06:42:02 +0000 Subject: [PATCH] Update dependency com.eed3si9n:sbt-buildinfo to v0.13.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7e4b633..a5c3661 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -44,7 +44,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") // https://github.com/sbt/sbt-buildinfo -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.0") // Adds a `assembly` task to create a fat JAR with all of its dependencies addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")