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

This commit is contained in:
TheKodeToad 2024-09-04 14:28:24 +01:00
parent 005dc3f185
commit 274c59f979
No known key found for this signature in database
GPG key ID: 5E39D70B4C93C38E

View file

@ -7,7 +7,7 @@ plugins {
}
group = "dev.frogmc"
version = "0.0.1-alpha.23"
version = "0.0.1-alpha.24"
repositories {
maven {
@ -24,7 +24,7 @@ repositories {
}
dependencies {
implementation("dev.frogmc:thyroxine:0.0.1-alpha.15")
implementation("dev.frogmc:thyroxine:0.0.1-alpha.16")
implementation("org.ow2.asm:asm:9.7")
implementation("org.ow2.asm:asm-commons:9.7")
implementation("org.ow2.asm:asm-tree:9.7")