Skip to content

Commit 0446162

Browse files
committed
Bump Kotlin plugins to latest, 1.8.0 -> 1.8.20.
1 parent 1862834 commit 0446162

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@
7878

7979
# Changelog
8080
## [Unreleased]
81+
### Changed
82+
- Bump Kotlin plugins to latest, `1.8.0` -> `1.8.20`.
8183

8284
## [7.0.1] - 2023-02-28
8385
### Changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// https://plugins.gradle.org/plugin/org.jetbrains.dokka
2-
id 'org.jetbrains.dokka' version '1.7.20' apply false
2+
id 'org.jetbrains.dokka' version '1.8.10' apply false
33
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
4-
id 'org.jetbrains.kotlin.jvm' version '1.8.0' apply false
4+
id 'org.jetbrains.kotlin.jvm' version '1.8.20' apply false
55
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.plugin.serialization
6-
id 'org.jetbrains.kotlin.plugin.serialization' version '1.8.0' apply false
6+
id 'org.jetbrains.kotlin.plugin.serialization' version '1.8.20' apply false

0 commit comments

Comments
 (0)