File tree 3 files changed +10
-7
lines changed
3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
# DurianSwt releases
2
2
3
3
## [ Unreleased]
4
+ ### Changed
5
+ - Downgrade from Kotlin ` 2.1.0 ` to ` 2.0.21 `
4
6
5
7
## [ 5.0.0] - 2025-01-25
6
8
### Changed
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ VER_FINDBUGS=3.0.1
13
13
14
14
# Dependencies
15
15
VER_DURIAN =1.2.0
16
- VER_DURIAN_RX =5.0.0
17
- VER_DURIAN_DEBUG =1.0 .0
16
+ VER_DURIAN_RX =5.0.1
17
+ VER_DURIAN_DEBUG =1.1 .0
18
18
# SWT Dependencies from P2
19
19
SWT_VERSION =4.21
20
20
SWT_VERSION_X86 =4.7
21
21
22
22
# Testing
23
- VER_JUNIT =4.12
24
- VER_ASSERTJ =3.10.0
23
+ VER_JUNIT =4.13.2
24
+ VER_ASSERTJ =3.27.3
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ plugins {
20
20
// https://plugins.gradle.org/plugin/org.jetbrains.dokka
21
21
id ' org.jetbrains.dokka' version ' 1.9.20' apply false
22
22
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
23
- id ' org.jetbrains.kotlin.jvm' version ' 2.1.0 ' apply false
23
+ id ' org.jetbrains.kotlin.jvm' version ' 2.0.21 ' apply false
24
24
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.plugin.serialization
25
- id ' org.jetbrains.kotlin.plugin.serialization' version ' 2.1.0 ' apply false
25
+ id ' org.jetbrains.kotlin.plugin.serialization' version ' 2.0.21 ' apply false
26
26
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.multiplatform
27
- id ' org.jetbrains.kotlin.multiplatform' version ' 2.1.0 ' apply false
27
+ id ' org.jetbrains.kotlin.multiplatform' version ' 2.0.21 ' apply false
28
28
// https://github.com/adamko-dev/dokkatoo/releases
29
29
id ' dev.adamko.dokkatoo-html' version ' 2.4.0' apply false
30
30
}
@@ -34,6 +34,7 @@ blowdryerSetup {
34
34
setPluginsBlockTo {
35
35
it. file ' plugin.versions'
36
36
it. file ' plugin-kotlin.versions'
37
+ it. replace ' 2.1.0' , ' 2.0.21'
37
38
}
38
39
}
39
40
You can’t perform that action at this time.
0 commit comments