From afa4ac9b3fa6bb2305e3ba5706c2f3b9f8b3ef50 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 19:02:09 +0000 Subject: [PATCH 1/2] Update scala-library, scala-reflect to 2.13.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 20559fde..4accdb99 100644 --- a/build.sbt +++ b/build.sbt @@ -107,7 +107,7 @@ ThisBuild / developers := List( // scala versions val scala3 = "3.3.3" -val scala213 = "2.13.14" +val scala213 = "2.13.15" val scala212 = "2.12.20" val scalaDefault = scala213 val scala3Projects = List( From 68f54157eed0b03e70d2b25d3d577e12f1129e48 Mon Sep 17 00:00:00 2001 From: Michel Davit Date: Mon, 21 Oct 2024 10:04:39 +0200 Subject: [PATCH 2/2] Update sbt-scoverage --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c2534038..a67a655e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,6 +6,6 @@ addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7") addSbtPlugin("com.github.sbt" % "sbt-paradox-material-theme" % "0.7.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2") addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.3") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")