From 92779eaab447f7cc1509dddcc1e4af8e3193e33e Mon Sep 17 00:00:00 2001 From: Eugene Platonov Date: Sun, 9 Nov 2025 17:01:42 -0500 Subject: [PATCH] Upgrade `scalac-scoverage-plugin` to 2.4.1 (Scala 2.13.17 support) --- README.md | 4 ++-- pom.xml | 2 +- src/it/integration_tests_parent/pom.xml | 2 +- .../java/org/scoverage/plugin/SCoveragePreCompileMojo.java | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ed73539..49c2acc 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ It can be configured by defining the `scalacPluginVersion` plugin configuration ```xml - 2.3.0 + 2.4.1 ``` @@ -141,7 +141,7 @@ or scoverage-maven-plugin ${scoverage.plugin.version} - 2.3.0 + 2.4.1 diff --git a/pom.xml b/pom.xml index 45ca938..e5859b7 100644 --- a/pom.xml +++ b/pom.xml @@ -97,7 +97,7 @@ under the License. 4.0.0 2.0.0 - 2.3.0 + 2.4.1 2.13 https://ossrh-staging-api.central.sonatype.com diff --git a/src/it/integration_tests_parent/pom.xml b/src/it/integration_tests_parent/pom.xml index c3cf799..788273a 100644 --- a/src/it/integration_tests_parent/pom.xml +++ b/src/it/integration_tests_parent/pom.xml @@ -28,7 +28,7 @@ 3.21.0 2.13 - 16 + 17 ${scala.compat.version}.${scala.minor.version} scala-library diff --git a/src/main/java/org/scoverage/plugin/SCoveragePreCompileMojo.java b/src/main/java/org/scoverage/plugin/SCoveragePreCompileMojo.java index 923a37d..76eb06e 100644 --- a/src/main/java/org/scoverage/plugin/SCoveragePreCompileMojo.java +++ b/src/main/java/org/scoverage/plugin/SCoveragePreCompileMojo.java @@ -133,7 +133,7 @@ public class SCoveragePreCompileMojo * * @since 1.0.0 */ - @Parameter( property = "scoverage.scalacPluginVersion", defaultValue = "2.3.0" ) + @Parameter( property = "scoverage.scalacPluginVersion", defaultValue = "2.4.1" ) private String scalacPluginVersion; /**