Skip to content

Commit 1cadb94

Browse files
committed
chore: change dependency versions
1 parent 3bbfe4b commit 1cadb94

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("jvm") version "2.2.0"
2+
kotlin("jvm") version "2.1.0"
33
`version-catalog`
44
`maven-publish`
55
id("com.gradleup.shadow") version "9.0.0-beta12"
@@ -8,7 +8,7 @@ plugins {
88

99
allprojects {
1010
group = "org.sayandev"
11-
version = "1.10.4"
11+
version = "1.10.4.3"
1212
description = "A modular Kotlin framework for Minecraft: JE"
1313

1414
plugins.apply("maven-publish")
@@ -19,7 +19,7 @@ allprojects {
1919
plugins.apply("com.xpdustry.kotlin-shadow-relocator")
2020

2121
dependencies {
22-
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:2.2.0")
22+
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:2.1.0")
2323
}
2424

2525
tasks {

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
[versions]
44
# core
5-
kotlin = "2.2.0"
5+
kotlin = "2.1.0"
66
kotlin-poet = "1.17.0"
77
snakeyaml = "2.2"
88
#configurate = "4.3.0"
99
configurate = "4.1.2"
1010
cloud = "2.0.0"
1111
cloud-platform = "2.0.0-beta.10"
1212
#cloud-minecraft = "2.0.2-SNAPSHOT"
13-
adventure = "4.17.0"
13+
adventure = "4.23.0"
1414
mysql-connector = "8.4.0"
1515
sqlite-jdbc = "3.46.0.0"
1616
h2 = "2.2.224"
@@ -20,9 +20,9 @@ reflections = "0.10.2"
2020
hikari = "5.1.0"
2121
guava = "31.1-jre"
2222
gson = "2.11.0"
23-
kotlin-reflect = "2.2.0"
23+
kotlin-reflect = "2.1.0"
2424
netty = "4.1.111.Final"
25-
exposed = "1.0.0-beta-4"
25+
exposed = "0.61.0"
2626
libby = "2.0.0-SNAPSHOT"
2727
mccoroutines = "2.20.0"
2828
kotlinx-coroutines = "1.10.1"

stickynote-loader/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("jvm") version "2.2.0"
2+
kotlin("jvm") version "2.1.0"
33
`kotlin-dsl`
44
publishing
55
id("com.gradle.plugin-publish") version "1.2.1"
@@ -15,7 +15,7 @@ dependencies {
1515

1616
implementation("com.gradleup.shadow:shadow-gradle-plugin:9.0.0-beta12")
1717
implementation("com.xpdustry.kotlin-shadow-relocator:com.xpdustry.kotlin-shadow-relocator.gradle.plugin:3.0.0-beta.1")
18-
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.2.0")
18+
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.0")
1919
testImplementation(kotlin("test"))
2020
}
2121

0 commit comments

Comments
 (0)