File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
1919addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.7.0" )
2020
2121addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.5" )
2222
2323// sbt-jacoco - workaround related dependencies required to download
2424lazy val ow2Version = " 9.5"
25- lazy val jacocoVersion = " 0.8.10 -absa.1"
25+ lazy val jacocoVersion = " 0.8.11 -absa.1"
2626
2727def jacocoUrl (artifactName : String ): String = s " https://github.com/AbsaOSS/jacoco/releases/download/ $jacocoVersion/org.jacoco. $artifactName- $jacocoVersion.jar "
2828def ow2Url (artifactName : String ): String = s " https://repo1.maven.org/maven2/org/ow2/asm/ $artifactName/ $ow2Version/ $artifactName- $ow2Version.jar "
You can’t perform that action at this time.
0 commit comments