File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 78
78
79
79
# Changelog
80
80
## [ Unreleased]
81
+ ### Changed
82
+ - Bump plugin versions to latest (Kotlin 2.1.0).
81
83
82
84
## [ 8.0.2] - 2024-09-03
83
85
### Changed
Original file line number Diff line number Diff line change 1
1
// https://plugins.gradle.org/plugin/org.jetbrains.dokka
2
2
id 'org.jetbrains.dokka' version '1.9.20' apply false
3
3
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
4
- id 'org.jetbrains.kotlin.jvm' version '2.0.20 ' apply false
4
+ id 'org.jetbrains.kotlin.jvm' version '2.1.0 ' apply false
5
5
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.plugin.serialization
6
- id 'org.jetbrains.kotlin.plugin.serialization' version '2.0.20 ' apply false
6
+ id 'org.jetbrains.kotlin.plugin.serialization' version '2.1.0 ' apply false
7
7
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.multiplatform
8
- id 'org.jetbrains.kotlin.multiplatform' version '2.0.20 ' apply false
8
+ id 'org.jetbrains.kotlin.multiplatform' version '2.1.0 ' apply false
9
9
// https://github.com/adamko-dev/dokkatoo/releases
10
- id 'dev.adamko.dokkatoo-html' version '2.3.1 ' apply false
10
+ id 'dev.adamko.dokkatoo-html' version '2.4.0 ' apply false
Original file line number Diff line number Diff line change 1
1
// https://github.com/diffplug/blowdryer/blob/main/CHANGELOG.md
2
2
id 'com.diffplug.blowdryerSetup' version '1.7.1'
3
3
// https://github.com/diffplug/spotless/blob/main/plugin-gradle/CHANGES.md
4
- id 'com.diffplug.spotless' version '7.0.0.BETA2 ' apply false
4
+ id 'com.diffplug.spotless' version '7.0.0.BETA4 ' apply false
5
5
// https://github.com/diffplug/spotless-changelog/blob/main/CHANGELOG.md
6
6
id 'com.diffplug.spotless-changelog' version '3.1.2' apply false
7
7
// https://plugins.gradle.org/plugin/com.gradle.plugin-publish
8
- id 'com.gradle.plugin-publish' version '1.2.2 ' apply false
8
+ id 'com.gradle.plugin-publish' version '1.3.0 ' apply false
9
9
// https://github.com/equodev/equo-ide/blob/main/plugin-gradle/CHANGELOG.md
10
10
id 'dev.equo.ide' version '1.7.7' apply false
11
11
// https://github.com/gradle-nexus/publish-plugin/releases
You can’t perform that action at this time.
0 commit comments