Skip to content

Commit

Permalink
Update Freeletics Gradle Plugin to v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent 75e839e commit 7b40a21
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.16.0")
@file:DependsOn("com.freeletics.gradle:scripts-formatting:0.17.1")

import com.freeletics.gradle.scripts.KtLintCli
import com.github.ajalt.clikt.core.main
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mad = "0.29.1"
turbine = "1.2.0"
kotlinx-collections-immutable= "0.3.8"

fgp = "0.16.0"
fgp = "0.17.1"
publish = "0.30.0"
dokka = "1.9.20"
binarycompatibility = "0.16.3"
Expand Down
2 changes: 1 addition & 1 deletion 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.16.0")
id("com.freeletics.gradle.settings").version("0.17.1")
}

rootProject.name = "flowredux-library"

0 comments on commit 7b40a21

Please sign in to comment.