From d26a566e840ace15bf54d11f87c496dc1477fcb9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Jan 2026 18:06:47 +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 09a6b6f..cdb556f 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 757126eeb0ac8d24506bc131bb029585347fdf24 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Jan 2026 18:06:47 +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 91f84c5..6e4228e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -23,4 +23,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")