Skip to content

Commit c16658f

Browse files
committed
Update adventure library to 4.25.0
1 parent 486a993 commit c16658f

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.0.6] - 2025-10-26
10+
### Changed
11+
- Update adventure library to 4.25.0
12+
913
## [2.0.5] - 2025-10-09
1014
### Changed
1115
- Update to 1.21.9/1.21.10

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ plugins {
44
java
55
id("maven-publish")
66
id("fabric-loom") version "1.11.+"
7-
kotlin("jvm") version "2.2.20"
7+
kotlin("jvm") version "2.2.21"
88
id("io.github.goooler.shadow") version "8.1.7"
9-
kotlin("plugin.serialization") version "2.2.20"
9+
kotlin("plugin.serialization") version "2.2.21"
1010
id("me.modmuss50.mod-publish-plugin") version "0.8.4"
1111
id("org.jetbrains.changelog") version "2.+"
1212
}

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.5
4+
modVersion = 2.0.6
55
mavenGroup = io.github.quiltservertools
66

77
# Other

libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
[versions]
22
minecraft = "1.21.10"
33
curseforge-minecraft="1.21.10"
4-
fabric-loader = "0.17.2"
4+
fabric-loader = "0.17.3"
55
yarn-mappings = "1.21.10+build.1"
66

7-
fabric-api = "0.134.1+1.21.10"
7+
fabric-api = "0.136.0+1.21.10"
88

99
# Kotlin
10-
fabric-kotlin = "1.13.6+kotlin.2.2.20"
10+
fabric-kotlin = "1.13.7+kotlin.2.2.21"
1111

1212
# Discord
1313
kord-extensions = "2.3.6-SNAPSHOT"
1414
mc-discord-reserializer = "4.3.0"
1515
emoji-java = "5.1.1"
16-
adventure-gson = "4.24.0"
16+
adventure-gson = "4.25.0"
1717

18-
placeholder-api = "2.8.0+1.21.9"
18+
placeholder-api = "2.8.1+1.21.10"
1919
permission-api = "0.4.1"
20-
vanish-api = "1.6.1+1.21.9-rc1"
20+
vanish-api = "1.6.1+1.21.10"
2121
konf = "1.1.2"
2222

2323
[libraries]

0 commit comments

Comments
 (0)