File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ val dependencyUpdateExclusions = listOf(
80
80
libs.kotestAssertions.get().name,
81
81
// Can't be updated to 7.4.0+ due to Java 8 compatibility
82
82
libs.android.gradle.api.get().group,
83
- // TODO 1.9.10 requires korro and docProcessor to update , https://github.com/Kotlin/dataframe/issues/596
84
- libs.plugins.dokka .get().pluginId,
83
+ // TODO 0.1.6 breaks ktlint , https://github.com/Kotlin/dataframe/issues/598
84
+ libs.plugins.korro .get().pluginId,
85
85
// Directly dependent on the Gradle version
86
86
" org.gradle.kotlin.kotlin-dsl" ,
87
87
)
Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ ktlint = "3.4.5"
9
9
# make sure to sync manually with :generator module
10
10
kotlin = " 1.9.22"
11
11
kotlinpoet = " 1.16.0"
12
-
13
- # TODO 1.9.10 requires korro and docProcessor to update
14
- # https://github.com/Kotlin/dataframe/issues/596
15
12
dokka = " 1.9.10"
16
13
17
14
libsPublisher = " 1.8.10-dev-43"
@@ -20,6 +17,7 @@ libsPublisher = "1.8.10-dev-43"
20
17
# dogfood Gradle / KSP plugins in tests and idea-examples modules
21
18
dataframe = " 0.13.0-dev-2838"
22
19
20
+ # TODO 0.1.6 breaks ktlint, https://github.com/Kotlin/dataframe/issues/598
23
21
korro = " 0.1.5"
24
22
25
23
# TODO Requires more work to be updated to 0.7.0+
You can’t perform that action at this time.
0 commit comments