Skip to content

Commit 531d2e1

Browse files
committed
updating korro to 0.1.6 and dokka to 1.9.10
1 parent 12afbc2 commit 531d2e1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ plugins {
1919
alias(dokka)
2020
alias(kover)
2121
alias(kotlinter)
22+
alias(korro) apply false
2223
alias(docProcessor) apply false
2324
alias(simpleGit) apply false
2425
alias(dependencyVersions)

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ kotlinpoet = "1.16.0"
1212

1313
# TODO 1.9.10 requires korro and docProcessor to update
1414
# https://github.com/Kotlin/dataframe/issues/596
15-
dokka = "1.8.10"
15+
dokka = "1.9.10"
1616

1717
libsPublisher = "1.8.10-dev-43"
1818

1919
# "Bootstrap" version of the dataframe, used in the build itself to generate @DataSchema APIs,
2020
# dogfood Gradle / KSP plugins in tests and idea-examples modules
2121
dataframe = "0.13.0-dev-2838"
2222

23-
korro = "0.1.5"
23+
korro = "0.1.6"
2424

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

0 commit comments

Comments
 (0)