Skip to content

Commit

Permalink
update to v1.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed May 6, 2024
1 parent c6870f3 commit 1e28db3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

group = "com.github.nbaztec"
version = "1.2.19"
version = "1.2.20"

buildscript {
repositories {
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 1e28db3

Please sign in to comment.