Skip to content

Commit

Permalink
Update Freeletics Gradle Plugin to v0.12.0 (#733)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 4, 2024
1 parent 16098c0 commit 0a9231c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .kts/ktlint.main.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env kotlin

@file:DependsOn("com.freeletics.gradle:scripts-formatting:0.11.0")
@file:DependsOn("com.freeletics.gradle:scripts-formatting:0.12.0")

import com.freeletics.gradle.scripts.KtLintCli

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ truth = "1.4.2"
turbine = "1.1.0"
kotlin-compile-testing = "0.4.1"

fgp = "0.11.0"
fgp = "0.12.0"
publish = "0.28.0"
dokka = "1.9.20"
binarycompatibility = "0.14.0"
Expand Down
2 changes: 1 addition & 1 deletion sample/simple/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ anvil = "2.5.0-beta04"
coroutines = "1.8.0"
dagger = "2.51.1"
dependency-analysis-gradle = "1.30.0"
fgp = "0.11.0"
fgp = "0.12.0"
khonshu = "0.23.1"
ksp = "1.9.23-1.0.19"
inject = "1"
Expand Down
2 changes: 1 addition & 1 deletion sample/simple/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginManagement {
}

plugins {
id("com.freeletics.gradle.settings").version("0.11.0")
id("com.freeletics.gradle.settings").version("0.12.0")
}

rootProject.name = "simple-sample"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pluginManagement {
}

plugins {
id("com.freeletics.gradle.settings").version("0.11.0")
id("com.freeletics.gradle.settings").version("0.12.0")
}

rootProject.name = "khonshu"

0 comments on commit 0a9231c

Please sign in to comment.