Skip to content

Commit

Permalink
Downgrade from Kotlin 2.1.0 to 2.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 26, 2025
1 parent 1537cdb commit efd1ab0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# DurianSwt releases

## [Unreleased]
### Changed
- Downgrade from Kotlin `2.1.0` to `2.0.21`

## [5.0.0] - 2025-01-25
### Changed
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ VER_FINDBUGS=3.0.1

# Dependencies
VER_DURIAN=1.2.0
VER_DURIAN_RX=5.0.0
VER_DURIAN_DEBUG=1.0.0
VER_DURIAN_RX=5.0.1
VER_DURIAN_DEBUG=1.1.0
# SWT Dependencies from P2
SWT_VERSION=4.21
SWT_VERSION_X86=4.7

# Testing
VER_JUNIT=4.12
VER_ASSERTJ=3.10.0
VER_JUNIT=4.13.2
VER_ASSERTJ=3.27.3
7 changes: 4 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ plugins {
// https://plugins.gradle.org/plugin/org.jetbrains.dokka
id 'org.jetbrains.dokka' version '1.9.20' apply false
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
id 'org.jetbrains.kotlin.jvm' version '2.1.0' apply false
id 'org.jetbrains.kotlin.jvm' version '2.0.21' apply false
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.plugin.serialization
id 'org.jetbrains.kotlin.plugin.serialization' version '2.1.0' apply false
id 'org.jetbrains.kotlin.plugin.serialization' version '2.0.21' apply false
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.multiplatform
id 'org.jetbrains.kotlin.multiplatform' version '2.1.0' apply false
id 'org.jetbrains.kotlin.multiplatform' version '2.0.21' apply false
// https://github.com/adamko-dev/dokkatoo/releases
id 'dev.adamko.dokkatoo-html' version '2.4.0' apply false
}
Expand All @@ -34,6 +34,7 @@ blowdryerSetup {
setPluginsBlockTo {
it.file 'plugin.versions'
it.file 'plugin-kotlin.versions'
it.replace '2.1.0', '2.0.21'
}
}

Expand Down

0 comments on commit efd1ab0

Please sign in to comment.