Skip to content

Commit

Permalink
Update to 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DrexHD committed Sep 30, 2024
1 parent d0d5867 commit 9e1bc85
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
java
id("maven-publish")
id("fabric-loom") version "1.6.+"
kotlin("jvm") version "1.9.23"
id("fabric-loom") version "1.7.+"
kotlin("jvm") version "2.0.20"
id("io.github.goooler.shadow") version "8.1.7"
kotlin("plugin.serialization") version "1.9.23"
kotlin("plugin.serialization") version "2.0.20"
}

configurations.implementation.get().extendsFrom(configurations.shadow.get())
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
16 changes: 8 additions & 8 deletions libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[versions]
minecraft = "1.21"
fabric-loader = "0.15.11"
yarn-mappings = "1.21+build.2"
minecraft = "1.21.1"
fabric-loader = "0.16.5"
yarn-mappings = "1.21.1+build.3"

fabric-api = "0.100.3+1.21"
fabric-api = "0.105.0+1.21.1"

# Kotlin
fabric-kotlin = "1.10.19+kotlin.1.9.23"
fabric-kotlin = "1.12.1+kotlin.2.0.20"

# Discord
kord-extensions = "1.8.1-SNAPSHOT"
kord-extensions = "1.9.0-SNAPSHOT"
mc-discord-reserializer = "4.3.0"
emoji-java = "5.1.1"
adventure-gson = "4.16.0"

placeholder-api = "2.4.0-pre.2+1.21"
placeholder-api = "2.4.1+1.21"
permission-api = "0.3.1"
vanish-api = "1.5.6+1.21"
vanish-api = "1.5.7+1.21.1"
konf = "1.1.2"

[libraries]
Expand Down

0 comments on commit 9e1bc85

Please sign in to comment.