Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirosson committed Jul 20, 2022
1 parent 1d27684 commit ba2cf19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/BuildLibs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ object BuildLibs {
const val DIPIEN_COMPONENT_BUILDER = "com.dipien:dipien-component-builder:3.2.0"

// https://github.com/dipien/release-gradle-plugin/blob/master/CHANGELOG.md
const val RELEASE_GRADLE_PLUGIN = "com.dipien:release-gradle-plugin:1.0.0"
const val RELEASE_GRADLE_PLUGIN = "com.dipien:release-gradle-plugin:1.1.0"

// https://github.com/dipien/releases-hub-gradle-plugin/releases
const val RELEASES_HUB_GRADLE_PLUGIN = "com.dipien:releases-hub-gradle-plugin:3.1.0"

// https://github.com/dipien/semantic-version-gradle-plugin/blob/master/CHANGELOG.md
const val SEMANTIC_VERSION_GRADLE_PLUGIN = "com.dipien:semantic-version-gradle-plugin:1.1.0"
const val SEMANTIC_VERSION_GRADLE_PLUGIN = "com.dipien:semantic-version-gradle-plugin:1.0.0"
}

0 comments on commit ba2cf19

Please sign in to comment.