From 3dbe6dcd01ed4bc1a5f2b0984bfd7341075f7b89 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 4 Nov 2025 13:16:55 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b6dcdd1..83f5b61 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ licenses := Seq( organization := "io.flow" -scalaVersion := "2.13.16" +scalaVersion := "2.13.17" enablePlugins(GitVersioning) git.useGitDescribe := true From 459faf26a8488b16f92621d5482272fbf99b92b9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 4 Nov 2025 13:16:55 +0000 Subject: [PATCH 2/2] Update sbt-scoverage to 2.4.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c9fca91..6f9ef92 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("org.scoverage" % "sbt-scoverage" % "2.3.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.0")