We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f317072 commit 12e539aCopy full SHA for 12e539a
project/plugins.sbt
@@ -22,7 +22,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.5")
22
23
// sbt-jacoco - workaround related dependencies required to download
24
lazy val ow2Version = "9.5"
25
-lazy val jacocoVersion = "0.8.11-absa.1"
+lazy val jacocoVersion = "0.8.10-absa.1"
26
27
def jacocoUrl(artifactName: String): String = s"https://github.com/AbsaOSS/jacoco/releases/download/$jacocoVersion/org.jacoco.$artifactName-$jacocoVersion.jar"
28
def ow2Url(artifactName: String): String = s"https://repo1.maven.org/maven2/org/ow2/asm/$artifactName/$ow2Version/$artifactName-$ow2Version.jar"
0 commit comments