From 4cf0a4da09b0d3365223ebccb556c726c977a30a Mon Sep 17 00:00:00 2001 From: ABLL526 Date: Wed, 3 Sep 2025 18:19:22 +0200 Subject: [PATCH 1/3] - Updated `sbt-ci-release` to `1.9.3` for release. - Updated `jacocoVersion` to `0.8.11-absa.1` --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c71471e..07105b0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ * limitations under the License. */ -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0") @@ -22,7 +22,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.5") // sbt-jacoco - workaround related dependencies required to download lazy val ow2Version = "9.5" -lazy val jacocoVersion = "0.8.10-absa.1" +lazy val jacocoVersion = "0.8.11-absa.1" def jacocoUrl(artifactName: String): String = s"https://github.com/AbsaOSS/jacoco/releases/download/$jacocoVersion/org.jacoco.$artifactName-$jacocoVersion.jar" def ow2Url(artifactName: String): String = s"https://repo1.maven.org/maven2/org/ow2/asm/$artifactName/$ow2Version/$artifactName-$ow2Version.jar" From f3170729460204b2ddaf718c64f1093a0d6e0a8a Mon Sep 17 00:00:00 2001 From: Liam Leibrandt <70746115+ABLL526@users.noreply.github.com> Date: Fri, 5 Sep 2025 01:43:40 +0200 Subject: [PATCH 2/3] Update plugins.sbt Made version: `1.11.2` --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 07105b0..7157a85 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ * limitations under the License. */ -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0") From 12e539af63e2fb8d4191dda3924e85d7779979e7 Mon Sep 17 00:00:00 2001 From: David Benedeki Date: Fri, 5 Sep 2025 09:02:51 +0200 Subject: [PATCH 3/3] * rolled back jacoco version bum to see if it solve build issues --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7157a85..81cd8d5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -22,7 +22,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.5") // sbt-jacoco - workaround related dependencies required to download lazy val ow2Version = "9.5" -lazy val jacocoVersion = "0.8.11-absa.1" +lazy val jacocoVersion = "0.8.10-absa.1" def jacocoUrl(artifactName: String): String = s"https://github.com/AbsaOSS/jacoco/releases/download/$jacocoVersion/org.jacoco.$artifactName-$jacocoVersion.jar" def ow2Url(artifactName: String): String = s"https://repo1.maven.org/maven2/org/ow2/asm/$artifactName/$ow2Version/$artifactName-$ow2Version.jar"