Skip to content

Commit 12e539a

Browse files
committed
* rolled back jacoco version bum to see if it solve build issues
1 parent f317072 commit 12e539a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.5")
2222

2323
// sbt-jacoco - workaround related dependencies required to download
2424
lazy val ow2Version = "9.5"
25-
lazy val jacocoVersion = "0.8.11-absa.1"
25+
lazy val jacocoVersion = "0.8.10-absa.1"
2626

2727
def jacocoUrl(artifactName: String): String = s"https://github.com/AbsaOSS/jacoco/releases/download/$jacocoVersion/org.jacoco.$artifactName-$jacocoVersion.jar"
2828
def ow2Url(artifactName: String): String = s"https://repo1.maven.org/maven2/org/ow2/asm/$artifactName/$ow2Version/$artifactName-$ow2Version.jar"

0 commit comments

Comments
 (0)