Skip to content

Commit

Permalink
Update plugin spotless to v6.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 23, 2024
1 parent 0b7c88b commit ddb7a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetimizely-core/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kotlin = "1.9.22"
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" }
spotless = { id = "com.diffplug.spotless", version = "6.24.0" }
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }

[libraries]
optimizely-core-api = "com.optimizely.ab:core-api:4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion poetimizely-gradle-plugin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ poetimizely = "1.0.5"
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" }
spotless = { id = "com.diffplug.spotless", version = "6.24.0" }
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
gradle-plugin-publish = { id = "com.gradle.plugin-publish", version = "1.2.1" }

[libraries]
Expand Down

0 comments on commit ddb7a76

Please sign in to comment.