Skip to content

Commit 7f8ea80

Browse files
committed
updating korro to 0.1.6
1 parent 9c80ba8 commit 7f8ea80

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ val dependencyUpdateExclusions = listOf(
8686
libs.kotestAssertions.get().name,
8787
// Can't be updated to 7.4.0+ due to Java 8 compatibility
8888
libs.android.gradle.api.get().group,
89-
// TODO 0.1.6 broke kotlinter, https://github.com/Kotlin/dataframe/issues/598
90-
libs.plugins.korro.get().pluginId,
9189
// Directly dependent on the Gradle version
9290
"org.gradle.kotlin.kotlin-dsl",
9391
)

gradle/libs.versions.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ libsPublisher = "1.8.10-dev-43"
1414
# "Bootstrap" version of the dataframe, used in the build itself to generate @DataSchema APIs,
1515
# dogfood Gradle / KSP plugins in tests and idea-examples modules
1616
dataframe = "0.13.1"
17-
18-
# TODO 0.1.6 breaks kotlinter (which is no longer in use), https://github.com/Kotlin/dataframe/issues/598
19-
korro = "0.1.5"
17+
korro = "0.1.6"
2018

2119
# TODO Requires more work to be updated to 0.7.0+
2220
# https://github.com/Kotlin/dataframe/issues/594

0 commit comments

Comments
 (0)