Skip to content

Commit

Permalink
Merge pull request #946 from wttech/version-bump/gradle-config-plugin…
Browse files Browse the repository at this point in the history
…-1-0-13
  • Loading branch information
jaroslaw-pietraszek-vml authored Apr 18, 2023
2 parents 1c99e57 + 8d0cf40 commit e3b4672
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class EnvCloudScaffolder(private val launcher: Launcher) {
}
dependencies {
implementation("io.wttech.gradle.config:plugin:1.0.12")
implementation("io.wttech.gradle.config:plugin:1.0.13")
implementation("com.cognifide.gradle:aem-plugin:${launcher.pluginVersion}")
implementation("com.cognifide.gradle:common-plugin:1.1.15")
implementation("com.cognifide.gradle:environment-plugin:2.2.5")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class EnvInstanceOnlyScaffolder(private val launcher: Launcher) {
}
dependencies {
implementation("io.wttech.gradle.config:plugin:1.0.12")
implementation("io.wttech.gradle.config:plugin:1.0.13")
implementation("com.cognifide.gradle:aem-plugin:${launcher.pluginVersion}")
implementation("com.cognifide.gradle:common-plugin:1.0.41")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class EnvOnPremScaffolder(private val launcher: Launcher) {
}
dependencies {
implementation("io.wttech.gradle.config:plugin:1.0.12")
implementation("io.wttech.gradle.config:plugin:1.0.13")
implementation("com.cognifide.gradle:aem-plugin:${launcher.pluginVersion}")
implementation("com.cognifide.gradle:common-plugin:1.0.41")
implementation("com.cognifide.gradle:environment-plugin:2.2.0")
Expand Down

0 comments on commit e3b4672

Please sign in to comment.