From 2423ead38901d2328fa5ba30c691925b041e7fe5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Nov 2025 16:10:10 +0000 Subject: [PATCH] Update sbt-jacoco to 3.6.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2397020..a6ab17f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1") -addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.5.0") +addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.6.0") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")