Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent d5f466a commit 5e28cb2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "2.0.0" apply false
kotlin("kapt") version "2.0.0" apply false
kotlin("plugin.serialization") version "2.0.0" apply false
kotlin("jvm") version "2.0.10" apply false
kotlin("kapt") version "2.0.10" apply false
kotlin("plugin.serialization") version "2.0.10" apply false
id("com.github.johnrengelman.shadow") version "8.1.1" apply false

// The fabric-loom plugin must be defined in the root project for it to function properly.
id("fabric-loom") version "1.7.2" apply false
id("fabric-loom") version "1.7.3" apply false
}

allprojects {
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.60.0")
implementation("com.charleskorn.kaml:kaml:0.61.0")
}
2 changes: 1 addition & 1 deletion platforms/fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
modImplementation("net.fabricmc:fabric-loader:0.16.0")

modImplementation("net.fabricmc.fabric-api:fabric-api:0.46.1+1.17")
modImplementation("net.fabricmc:fabric-language-kotlin:1.11.0+kotlin.2.0.0")
modImplementation("net.fabricmc:fabric-language-kotlin:1.12.0+kotlin.2.0.10")

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

Expand Down

0 comments on commit 5e28cb2

Please sign in to comment.