Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 29, 2023
1 parent dda054f commit 87915c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
dependencies {
api(platform(kotlin("bom")))
api(kotlin("stdlib"))
api("org.jetbrains.kotlinx", "kotlinx-coroutines-core", "1.6.4")
api("org.jetbrains.kotlinx", "kotlinx-serialization-core", "1.5.0")
api("org.jetbrains.kotlinx", "kotlinx-coroutines-core", "1.7.1")
api("org.jetbrains.kotlinx", "kotlinx-serialization-core", "1.5.1")
}

java {
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ apply(plugin = "kotlinx-serialization")

dependencies {
api(project(":unifiedmetrics-api"))
implementation("com.charleskorn.kaml:kaml:0.53.0")
implementation("com.charleskorn.kaml:kaml:0.54.0")
}
4 changes: 2 additions & 2 deletions platforms/fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

plugins {
id("fabric-loom") version "1.2.5"
id("fabric-loom") version "1.2.7"
id("net.kyori.blossom")
}

Expand All @@ -30,7 +30,7 @@ dependencies {
// https://fabricmc.net/versions.html
minecraft("com.mojang:minecraft:1.17.1")
mappings("net.fabricmc:yarn:1.17.1+build.65:v2")
modImplementation("net.fabricmc:fabric-loader:0.14.19")
modImplementation("net.fabricmc:fabric-loader:0.14.21")

modImplementation("net.fabricmc.fabric-api:fabric-api:0.46.1+1.17")
modImplementation("net.fabricmc:fabric-language-kotlin:1.9.4+kotlin.1.8.21")
Expand Down

0 comments on commit 87915c8

Please sign in to comment.