Skip to content

Commit 7bd5314

Browse files
committed
Update dependencies and JVM version
Upgraded Kotlin to 2.0.21, kotlinx-serialization to 1.8.1, and JVM version to 21. Adjusted `.gitignore` to include `.kotlin`. These updates ensure compatibility with latest standards and improve project maintainability.
1 parent b96fead commit 7bd5314

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ fabric.properties
105105
token.txt
106106
.intellijPlatform
107107
.idea/ruff.xml
108+
.kotlin

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ org.gradle.configuration-cache=true
66
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
77
org.gradle.caching=true
88
# https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html#intellij-platform-based-products-of-recent-ide-versions
9-
jvmVersion=17
9+
jvmVersion=21
1010
#
1111
# Plugin
1212
group=dev.meanmail

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[versions]
22
# libraries
33
junit = "4.13.2"
4-
kotlinxSerialization = "1.6.3"
4+
kotlinxSerialization = "1.8.1"
55

66
# plugins
77
intelliJPlatform = "2.7.0"
88
# https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#kotlin-standard-library
9-
kotlin = "1.9.25"
9+
kotlin = "2.0.21"
1010

1111
[libraries]
1212
junit = { group = "junit", name = "junit", version.ref = "junit" }

0 commit comments

Comments
 (0)