Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#81)
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] authored and Cubxity committed Apr 23, 2023
1 parent 30982fb commit c41de46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Expand Up @@ -18,9 +18,9 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.7.20" apply false
kotlin("kapt") version "1.7.20" apply false
kotlin("plugin.serialization") version "1.7.20" apply false
kotlin("jvm") version "1.8.0" apply false
kotlin("kapt") version "1.8.0" apply false
kotlin("plugin.serialization") version "1.8.0" apply false
id("com.github.johnrengelman.shadow") version "7.1.2" apply false
id("net.kyori.blossom") version "1.3.1" apply false
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Expand Up @@ -17,6 +17,6 @@

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
6 changes: 3 additions & 3 deletions platforms/fabric/build.gradle.kts
Expand Up @@ -16,7 +16,7 @@
*/

plugins {
id("fabric-loom") version "1.0.11"
id("fabric-loom") version "1.0.16"
id("net.kyori.blossom")
}

Expand All @@ -30,10 +30,10 @@ 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.10")
modImplementation("net.fabricmc:fabric-loader:0.14.12")

modImplementation("net.fabricmc.fabric-api:fabric-api:0.46.1+1.17")
modImplementation("net.fabricmc:fabric-language-kotlin:1.8.5+kotlin.1.7.20")
modImplementation("net.fabricmc:fabric-language-kotlin:1.9.0+kotlin.1.8.0")

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

Expand Down

0 comments on commit c41de46

Please sign in to comment.