Skip to content

Commit

Permalink
use v1.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed May 6, 2024
1 parent a533093 commit e9f2878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildscript {

plugins {
jacoco
id("com.github.nbaztec.coveralls-jacoco") version "1.2.19"
id("com.github.nbaztec.coveralls-jacoco") version "1.2.20"
}
```

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ object Versions {
const val mockk = "1.10.5"

const val gradlePublishPlugin = "0.12.0"
const val gradleCoverallsJacocoPlugin = "1.2.19"
const val gradleCoverallsJacocoPlugin = "1.2.20"
}

0 comments on commit e9f2878

Please sign in to comment.