We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a36e8 commit c1ece52Copy full SHA for c1ece52
build.gradle.kts
@@ -189,7 +189,7 @@ allprojects {
189
afterEvaluate {
190
try {
191
configure<KtlintExtension> {
192
- version = "1.4.1"
+ version = "1.6.0"
193
// rules are set up through .editorconfig
194
}
195
} catch (_: UnknownDomainObjectException) {
gradle/libs.versions.toml
@@ -2,7 +2,7 @@
2
ksp = "2.0.20-1.0.24"
3
kotlinJupyter = "0.12.0-383"
4
5
-ktlint = "12.1.2"
+ktlint = "12.3.0"
6
7
# make sure to sync both manually with :generator module
8
kotlin = "2.0.20" # needs jupyter compatibility with Kotlin 2.1 to update
0 commit comments