FrogLoader/gradle/libs.versions.toml

17 lines
471 B
TOML
Raw Normal View History

[versions]
remapper = "1.0.0-SNAPSHOT"
nightconfig = "3.7.2"
mixin = "0.13.4+mixin.0.8.5"
annotations = "24.1.0"
[libraries]
2024-06-02 18:53:46 -04:00
remapper = { module = "dev.frogmc:thyroxine", version.ref = "remapper" }
nightconfig = { module = "com.electronwill.night-config:toml", version.ref = "nightconfig" }
mixin = { module = "net.fabricmc:sponge-mixin", version.ref = "mixin" }
annotations = { module = "org.jetbrains:annotations", version.ref = "annotations" }
[bundles]
[plugins]