Skip to content

Commit

Permalink
update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Aug 3, 2020
1 parent db58dac commit 42f3097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.0.4"
version = "1.0.5"

tasks.withType<KotlinCompile> {
kotlinOptions.jvmTarget = JavaVersion.VERSION_1_8.toString()
Expand Down Expand Up @@ -57,7 +57,7 @@ plugins {
`maven-publish`
id("org.jetbrains.kotlin.jvm") version "1.3.72"
id("com.gradle.plugin-publish") version "0.12.0"
id("com.github.nbaztec.coveralls-jacoco-kotlin") version "1.0.3"
id("com.github.nbaztec.coveralls-jacoco") version "1.0.4"
}

coverallsJacoco {
Expand Down

0 comments on commit 42f3097

Please sign in to comment.