Skip to content

Commit

Permalink
Update Freeletics Gradle Plugin to v0.14.0 (#357)
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] committed Jun 13, 2024
1 parent b57dd63 commit 650006c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.13.0")
@file:DependsOn("com.freeletics.gradle:scripts-formatting:0.14.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 @@ -2,7 +2,7 @@
java-target = "17"
java-toolchain = "22"

fgp = "0.13.0"
fgp = "0.14.0"

kotlin = "2.0.0"
coroutines = "1.8.1"
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.13.0")
id("com.freeletics.gradle.settings").version("0.14.0")
}

rootProject.name = "freeletics-gradle-plugins"

0 comments on commit 650006c

Please sign in to comment.