We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824ebb2 commit 1ceef31Copy full SHA for 1ceef31
1 file changed
gradle/libs.versions.toml
@@ -5,7 +5,7 @@ junitVersion = "6.1.0"
5
[libraries]
6
# Plugins that are used in buildLogic
7
kotlinPlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlinVersion" }
8
-ktfmtPlugin = { module = "com.ncorti.ktfmt.gradle:plugin", version = "0.25.0" }
+ktfmtPlugin = { module = "com.ncorti.ktfmt.gradle:plugin", version = "0.26.0" }
9
testLoggerPlugin = { module = "com.adarshr:gradle-test-logger-plugin", version = "4.0.0" }
10
11
# Kotlin related
0 commit comments