From 2b53b8792c7046f3585202820967c9035a0381d3 Mon Sep 17 00:00:00 2001 From: "your-app-name[bot]" <234726+keynmol-steward[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:06:03 +0000 Subject: [PATCH] Update sbt-bundlemon to 0.1.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 214b904..8e192ff 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,6 +8,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.1") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("com.armanbilge" % "sbt-bundlemon" % "0.1.3") +addSbtPlugin("com.armanbilge" % "sbt-bundlemon" % "0.1.4") libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always