From 3e9420b32cffca296a69656908862fe2f6d2c00b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 16 Dec 2025 09:09:15 +0000 Subject: [PATCH 1/2] Update sbt-javaagent to 0.2.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ac1dfa78..57e5e38d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,7 +11,7 @@ addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.6") addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.8") -addSbtPlugin("com.github.sbt" % "sbt-javaagent" % "0.1.8") +addSbtPlugin("com.github.sbt" % "sbt-javaagent" % "0.2.0") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1") From a625013850f33eb0a2137f3144bbe47231a324bb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 16 Dec 2025 09:09:15 +0000 Subject: [PATCH 2/2] Update sbt-scoverage to 2.4.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 57e5e38d..b1ca00c5 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.4.2") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.3")