We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80513b commit 2bed8c0Copy full SHA for 2bed8c0
build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
9
}
10
11
group = "one.tranic"
12
-version = "1.2.7"
+version = "1.2.8"
13
14
repositories {
15
mavenCentral()
@@ -39,10 +39,10 @@ dependencies {
39
40
implementation("one.tranic:t-thread:1.0.1")
41
implementation("one.tranic:t-proxy:1.0.1")
42
- implementation("one.tranic:t-utils:1.2.2.1")
+ implementation("one.tranic:t-utils:1.2.3")
43
44
- implementation("net.kyori:adventure-api:4.20.0")
45
- implementation("net.kyori:adventure-text-minimessage:4.20.0")
+ implementation("net.kyori:adventure-api:4.21.0")
+ implementation("net.kyori:adventure-text-minimessage:4.21.0")
46
47
48
val targetJavaVersion = 17
0 commit comments