Skip to content

Commit

Permalink
Release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Krystian Panek committed Apr 27, 2020
1 parent 2ff4035 commit c1bcd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pluginManagement {
id("org.jetbrains.kotlin.jvm") version "${extra["kotlin.version"]}"
id("io.gitlab.arturbosch.detekt") version "${extra["detekt.version"]}"
id("org.jetbrains.dokka") version "${extra["dokka.version"]}"
id("com.gradle.plugin-publish") version "0.10.1"
id("com.gradle.plugin-publish") version "0.11.0"
id("com.jfrog.bintray") version "1.8.4"
id("net.researchgate.release") version "2.6.0"
id("com.github.breadmoirai.github-release") version "2.2.9"
Expand Down

0 comments on commit c1bcd66

Please sign in to comment.