Skip to content

Commit

Permalink
Revert "update to v1.2.20"
Browse files Browse the repository at this point in the history
This reverts commit 1e28db3.
  • Loading branch information
nbaztec committed May 6, 2024
1 parent 5d45e08 commit f24486b
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.20"
version = "1.2.19"

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

0 comments on commit f24486b

Please sign in to comment.