From 6b2ee788ebd891717e7c668772c2adec487de06f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 6 Nov 2025 09:23:22 +0000 Subject: [PATCH 1/3] 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 ba71261a..088702e0 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "dependency" organization := "io.flow" -ThisBuild / scalaVersion := "2.13.16" +ThisBuild / scalaVersion := "2.13.17" ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always ThisBuild / libraryDependencySchemes += "org.scoverage" %% "sbt-scoverage" % VersionScheme.Always From ac0607812ed181c06f6c07d1c7cace3f0c3d5e86 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 6 Nov 2025 09:23:22 +0000 Subject: [PATCH 2/3] Update sbt-scoverage to 2.3.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 900b6a48..288e10b2 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.3.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1") From 658bb5aadc276c93a00a59a4599b844de7aeda09 Mon Sep 17 00:00:00 2001 From: flow-tech-bot Date: Fri, 7 Nov 2025 11:03:44 +0000 Subject: [PATCH 3/3] Update plugins.sbt --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 288e10b2..e7244652 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.3.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.1")