Skip to content

Commit c1ece52

Browse files
committed
bumping ktlint to 1.6.0 and 12.3.0 (latest versions, because intellij plugin recommends the latest as well)
1 parent f4a36e8 commit c1ece52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ allprojects {
189189
afterEvaluate {
190190
try {
191191
configure<KtlintExtension> {
192-
version = "1.4.1"
192+
version = "1.6.0"
193193
// rules are set up through .editorconfig
194194
}
195195
} catch (_: UnknownDomainObjectException) {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ksp = "2.0.20-1.0.24"
33
kotlinJupyter = "0.12.0-383"
44

5-
ktlint = "12.1.2"
5+
ktlint = "12.3.0"
66

77
# make sure to sync both manually with :generator module
88
kotlin = "2.0.20" # needs jupyter compatibility with Kotlin 2.1 to update

0 commit comments

Comments
 (0)