From 110d74bcba08b53a43c5b039a5eec070e422465b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Jan 2026 18:04:49 +0000 Subject: [PATCH 1/2] Update sbt to 1.12.1 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 09a6b6fb..cdb556f1 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.12.0 \ No newline at end of file +sbt.version=1.12.1 \ No newline at end of file From 73df121856e683c3ce45e67cf092fb4af68c2391 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Jan 2026 18:04:49 +0000 Subject: [PATCH 2/2] Update sbt-scoverage to 2.4.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0ca6cb2d..869e8277 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -25,4 +25,4 @@ ThisBuild / libraryDependencySchemes ++= Seq( ) addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.3") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4")