Skip to content

Commit

Permalink
Update Jacoco.
Browse files Browse the repository at this point in the history
  • Loading branch information
yruslan committed Sep 18, 2024
1 parent 80a2336 commit 36bb44a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pramen/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ addDependencyTreePlugin

// sbt-jacoco - workaround related dependencies required to download
val ow2Version = "9.5"
val jacocoVersion = "0.8.10-absa.1"
val sbtJacocoVersion = "3.4.1-absa.3"
val jacocoVersion = "0.8.11-absa.1"
val sbtJacocoVersion = "3.4.1-absa.4"
val scalaArmVersion = "2.0"

def jacocoUrl(artifactName: String): String = s"https://github.com/AbsaOSS/jacoco/releases/download/$jacocoVersion/org.jacoco.$artifactName-$jacocoVersion.jar"
Expand Down

0 comments on commit 36bb44a

Please sign in to comment.