Skip to content

Commit 7e052ac

Browse files
committed
Update dependencies to 1.21.7
1 parent 217fb02 commit 7e052ac

File tree

5 files changed

+22
-11
lines changed

5 files changed

+22
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.0.4] - 2025-07-12
10+
### Changed
11+
- Update dependencies to 1.21.7
12+
13+
### Fixed
14+
- NoClassDefFoundError on startup
15+
16+
## [2.0.3] - 2025-04-17
17+
### Changed
18+
- Update to 1.21.5
19+
920
## [2.0.2] - 2025-02-25
1021
### Changed
1122
- Update dependencies

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.jetbrains.changelog.Changelog
33
plugins {
44
java
55
id("maven-publish")
6-
id("fabric-loom") version "1.10.+"
6+
id("fabric-loom") version "1.11.+"
77
kotlin("jvm") version "2.1.10"
88
id("io.github.goooler.shadow") version "8.1.7"
99
kotlin("plugin.serialization") version "2.1.10"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Mod
22
modName = BlockBot Discord
33
modId = blockbot-discord
4-
modVersion = 2.0.3
4+
modVersion = 2.0.4
55
mavenGroup = io.github.quiltservertools
66

77
# Other

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
[versions]
2-
minecraft = "1.21.6"
3-
curseforge-minecraft="1.21.6"
2+
minecraft = "1.21.7"
3+
curseforge-minecraft="1.21.7"
44
fabric-loader = "0.16.14"
5-
yarn-mappings = "1.21.6+build.1"
5+
yarn-mappings = "1.21.7+build.6"
66

7-
fabric-api = "0.127.1+1.21.6"
7+
fabric-api = "0.129.0+1.21.7"
88

99
# Kotlin
10-
fabric-kotlin = "1.13.1+kotlin.2.1.10"
10+
fabric-kotlin = "1.13.4+kotlin.2.2.0"
1111

1212
# Discord
1313
kord-extensions = "2.3.1-SNAPSHOT"
1414
mc-discord-reserializer = "4.3.0"
1515
emoji-java = "5.1.1"
1616
adventure-gson = "4.23.0"
1717

18-
placeholder-api = "2.7.0+1.21.6"
19-
permission-api = "0.4.0"
20-
vanish-api = "1.5.18+1.21.6-rc1"
18+
placeholder-api = "2.7.1+1.21.6"
19+
permission-api = "0.4.1"
20+
vanish-api = "1.5.20+1.21.7"
2121
konf = "1.1.2"
2222

2323
[libraries]

0 commit comments

Comments
 (0)