From 9858a0ee18b551e8855841edcfdca4259051078e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 14 Feb 2026 06:00:20 -0500 Subject: [PATCH 1/6] Update sbt-scalafix to 0.14.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 70e46c8..a1c63fa 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.3.6") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.4") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.5") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6") addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.3") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0") From 1dbbd1b3f74148a7244245b92c5f1951ef489e7c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 14 Feb 2026 06:00:20 -0500 Subject: [PATCH 2/6] Update logback-classic to 1.5.30 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b88a61c..c638dd5 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ lazy val versions = new { val fastutil = "8.5.18" val fs2 = "3.12.2" val log4s = "1.10.0" - val logback = "1.5.21" + val logback = "1.5.30" val munit = "1.2.1" val munitCatsEffect3 = "2.1.0" val munitScalaCheck = "1.2.0" From 1c17321443ab1e8bd572ec22cb2197bab94eea61 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 14 Feb 2026 06:00:20 -0500 Subject: [PATCH 3/6] Update commons-text to 1.15.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c638dd5..cc6f947 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ lazy val versions = new { val catsEffect3 = "3.6.3" val cats = "2.13.0" val commonsIo = "2.21.0" - val commonsText = "1.14.0" + val commonsText = "1.15.0" val commonsMath3 = "3.6.1" val fastutil = "8.5.18" val fs2 = "3.12.2" From c4034976c58ff06fac4f7a09b1b5acc7db103dfc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 14 Feb 2026 06:00:20 -0500 Subject: [PATCH 4/6] Update sbt to 1.12.2 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 01a16ed..4d6c567 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.11.7 +sbt.version=1.12.2 From 55fc9b45de59a843dc49838ac81d2b0eb0512387 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 14 Feb 2026 06:00:21 -0500 Subject: [PATCH 5/6] Update munit to 1.2.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cc6f947..b340b37 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ lazy val versions = new { val fs2 = "3.12.2" val log4s = "1.10.0" val logback = "1.5.30" - val munit = "1.2.1" + val munit = "1.2.2" val munitCatsEffect3 = "2.1.0" val munitScalaCheck = "1.2.0" val samTools = "3.0.5" From 4fbd4fbb1a91e0d32a2ab47df976ac78c7ac8b6e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 14 Feb 2026 06:00:21 -0500 Subject: [PATCH 6/6] Update sbt-tpolecat to 0.5.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a1c63fa..72d8fca 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,4 +7,4 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.3")