Skip to content

Commit 7dccd63

Browse files
author
ntwigg
committed
Bump all versions to latest.
1 parent 1770508 commit 7dccd63

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
# Changelog
8080
## [Unreleased]
8181
### Changed
82+
- Bump all versions to latest, especially Kotlin `2.1.0` -> `2.1.21`.
8283
- Hardcoded the `2C7F998F4272C851` signing subkey for our new GPG setup.
8384
- Better default tag message for spotless-changelog.
8485

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// https://plugins.gradle.org/plugin/org.jetbrains.dokka
2-
id 'org.jetbrains.dokka' version '1.9.20' apply false
2+
id 'org.jetbrains.dokka' version '2.0.0' apply false
33
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
4-
id 'org.jetbrains.kotlin.jvm' version '2.1.0' apply false
4+
id 'org.jetbrains.kotlin.jvm' version '2.1.21' apply false
55
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.plugin.serialization
6-
id 'org.jetbrains.kotlin.plugin.serialization' version '2.1.0' apply false
6+
id 'org.jetbrains.kotlin.plugin.serialization' version '2.1.21' apply false
77
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.multiplatform
8-
id 'org.jetbrains.kotlin.multiplatform' version '2.1.0' apply false
8+
id 'org.jetbrains.kotlin.multiplatform' version '2.1.21' apply false
99
// https://github.com/adamko-dev/dokkatoo/releases
1010
id 'dev.adamko.dokkatoo-html' version '2.4.0' apply false

src/main/resources/plugin.versions

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// https://github.com/diffplug/blowdryer/blob/main/CHANGELOG.md
22
id 'com.diffplug.blowdryerSetup' version '1.7.1'
33
// https://github.com/diffplug/spotless/blob/main/plugin-gradle/CHANGES.md
4-
id 'com.diffplug.spotless' version '7.0.0.BETA4' apply false
4+
id 'com.diffplug.spotless' version '7.0.3' apply false
55
// https://github.com/diffplug/spotless-changelog/blob/main/CHANGELOG.md
66
id 'com.diffplug.spotless-changelog' version '3.1.2' apply false
77
// https://plugins.gradle.org/plugin/com.gradle.plugin-publish
8-
id 'com.gradle.plugin-publish' version '1.3.0' apply false
8+
id 'com.gradle.plugin-publish' version '1.3.1' apply false
99
// https://github.com/equodev/equo-ide/blob/main/plugin-gradle/CHANGELOG.md
10-
id 'dev.equo.ide' version '1.7.7' apply false
10+
id 'dev.equo.ide' version '1.7.8' apply false
1111
// https://github.com/gradle-nexus/publish-plugin/releases
1212
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' apply false

0 commit comments

Comments
 (0)