diff options
| author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2023-10-16 18:36:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-16 18:36:42 +0200 |
| commit | 9bbcc21affe7a2b787c5a8cfb64f416cf226a0fd (patch) | |
| tree | ff33ae7a18b2abab6faa65a0233f6a29b166bf24 /gradle | |
| parent | 6a55173f0e2c66488aa264d02363db41fb0e1213 (diff) | |
| download | dokka-9bbcc21affe7a2b787c5a8cfb64f416cf226a0fd.tar.gz dokka-9bbcc21affe7a2b787c5a8cfb64f416cf226a0fd.tar.bz2 dokka-9bbcc21affe7a2b787c5a8cfb64f416cf226a0fd.zip | |
Update Dokka's references to 1.9.10 (#3210)
Diffstat (limited to 'gradle')
| -rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 75e0e305..ba848dc2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ gradlePlugin-kotlin = "1.9.10" # See: https://kotlinlang.org/docs/gradle-configure-project.html#apply-the-plugin gradlePlugin-android = "4.2.2" -gradlePlugin-dokka = "1.9.0" +gradlePlugin-dokka = "1.9.10" kotlinx-coroutines = "1.6.3" kotlinx-collections-immutable = "0.3.4" |
