From c6a8f2758708b61a30d75501a7def9ce01f18cf8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 4 Nov 2025 15:23: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 381d3e5..bce7816 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import sbt.Credentials name := "lib-postgresql-play29" organization := "io.flow" -scalaVersion := "2.13.16" +scalaVersion := "2.13.17" ThisBuild / javacOptions ++= Seq("-source", "17", "-target", "17") enablePlugins(GitVersioning) From 15ce5ce06b91cc25fc352ad7bdb772f1afd3928e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 4 Nov 2025 15:23:56 +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 7d71e17..15cf4f5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,4 +12,4 @@ addSbtPlugin("io.flow" % "sbt-flow-linter" % "0.0.72") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.0")