From 2b83da7391f2a3af59266b7c2350296bed639fb1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 14 Sep 2026 08:13:26 +0000 Subject: [PATCH 1/2] Update sbt-git to 2.2.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bb2aa48..26a4f01 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1") -addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") +addSbtPlugin("com.github.sbt" % "sbt-git" % "2.2.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4") From 53eb912530316cd4989235c0c5f8be8be3220405 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 14 Sep 2026 08:13:26 +0000 Subject: [PATCH 2/2] Update scala-xml to 2.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 874ddb5..b894528 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ Test / fork := true libraryDependencies ++= Seq( "org.mockito" %% "mockito-scala-scalatest" % "2.2.3" % Test, "org.scalatest" %% "scalatest" % "3.2.20" % Test, - "org.scala-lang.modules" %% "scala-xml" % "2.4.0", + "org.scala-lang.modules" %% "scala-xml" % "2.5.0", "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2", )