update thyroxine
All checks were successful
Publish to snapshot maven / build (push) Successful in 36s

This commit is contained in:
moehreag 2024-06-17 22:00:04 +02:00
parent 19259387ed
commit a918a9143b

View file

@ -7,7 +7,7 @@ plugins {
}
group = "dev.frogmc"
version = "0.0.1-alpha.11"
version = "0.0.1-alpha.12"
repositories {
maven {
@ -23,7 +23,7 @@ repositories {
}
dependencies {
implementation("dev.frogmc:thyroxine:0.0.1-alpha.3")
implementation("dev.frogmc:thyroxine:0.0.1-alpha.5")
implementation("org.ow2.asm:asm:9.7")
implementation("com.google.code.gson:gson:2.10.1")
implementation("org.vineflower:vineflower:1.10.1")