Skip to content

Commit 2e90ced

Browse files
renovate[bot]Cubxity
authored andcommitted
fix(deps): update all non-major dependencies (#82)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1907a3a commit 2e90ced

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
1919

2020
plugins {
21-
kotlin("jvm") version "1.8.0" apply false
22-
kotlin("kapt") version "1.8.0" apply false
23-
kotlin("plugin.serialization") version "1.8.0" apply false
21+
kotlin("jvm") version "1.8.10" apply false
22+
kotlin("kapt") version "1.8.10" apply false
23+
kotlin("plugin.serialization") version "1.8.10" apply false
2424
id("com.github.johnrengelman.shadow") version "7.1.2" apply false
2525
id("net.kyori.blossom") version "1.3.1" apply false
2626
}

common/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ apply(plugin = "kotlinx-serialization")
1919

2020
dependencies {
2121
api(project(":unifiedmetrics-api"))
22-
implementation("com.charleskorn.kaml:kaml:0.49.0")
22+
implementation("com.charleskorn.kaml:kaml:0.51.0")
2323
}

platforms/fabric/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
plugins {
19-
id("fabric-loom") version "1.0.16"
19+
id("fabric-loom") version "1.1.8"
2020
id("net.kyori.blossom")
2121
}
2222

@@ -30,10 +30,10 @@ dependencies {
3030
// https://fabricmc.net/versions.html
3131
minecraft("com.mojang:minecraft:1.17.1")
3232
mappings("net.fabricmc:yarn:1.17.1+build.65:v2")
33-
modImplementation("net.fabricmc:fabric-loader:0.14.12")
33+
modImplementation("net.fabricmc:fabric-loader:0.14.14")
3434

3535
modImplementation("net.fabricmc.fabric-api:fabric-api:0.46.1+1.17")
36-
modImplementation("net.fabricmc:fabric-language-kotlin:1.9.0+kotlin.1.8.0")
36+
modImplementation("net.fabricmc:fabric-language-kotlin:1.9.1+kotlin.1.8.10")
3737

3838
api(project(":unifiedmetrics-core"))
3939

0 commit comments

Comments
 (0)