Skip to content

Commit

Permalink
use v1.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Mar 18, 2024
1 parent 98b62cc commit cf134a9
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.18"
id("com.github.nbaztec.coveralls-jacoco") version "1.2.19"
}
```

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.18"
const val gradleCoverallsJacocoPlugin = "1.2.19"
}

0 comments on commit cf134a9

Please sign in to comment.