Skip to content

Commit bd6e9da

Browse files
committed
updating ksp to 2.0.20-1.0.24, dokka to 1.9.20, shadow to 8.1.1
1 parent 7f8ea80 commit bd6e9da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[versions]
2-
ksp = "2.0.0-1.0.23"
2+
ksp = "2.0.20-1.0.24"
33
kotlinJupyter = "0.12.0-139"
44

55
ktlint = "12.1.1"
66

77
# make sure to sync manually with :generator module
88
kotlin = "2.0.20"
99
kotlinpoet = "1.16.0"
10-
dokka = "1.9.10"
10+
dokka = "1.9.20"
1111

1212
libsPublisher = "1.8.10-dev-43"
1313

plugins/kotlin-dataframe/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id("java")
66
kotlin("jvm")
77
kotlin("libs.publisher")
8-
id("com.github.johnrengelman.shadow") version "7.1.2"
8+
id("com.github.johnrengelman.shadow") version "8.1.1"
99
kotlin("plugin.serialization")
1010
}
1111

0 commit comments

Comments
 (0)