Skip to content

Commit 4cf0a4d

Browse files
committed
- Updated sbt-ci-release to 1.9.3 for release.
- Updated `jacocoVersion` to `0.8.11-absa.1`
1 parent a13a54d commit 4cf0a4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
* limitations under the License.
1515
*/
1616

17-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
17+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
1818

1919
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")
2020

2121
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.10-absa.1"
25+
lazy val jacocoVersion = "0.8.11-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)