aboutsummaryrefslogtreecommitdiff
path: root/gradle/libs.versions.toml
blob: ce1a1690829f62dbf546633f4ebdeec7cc32ad5f (plain)
1
2
3
4
5
6
7
8
9
10
11
[versions]
libautoupdate = "1.0.3"
moulconfig = "2.5.0"
headlessLwjgl = "1.7.2"
jbAnnotations = "24.1.0"

[libraries]
moulconfig = { module = "org.notenoughupdates.moulconfig:legacy", version.ref = "moulconfig" }
libautoupdate = { module = "moe.nea:libautoupdate", version.ref = "libautoupdate" }
headlessLwjgl = { module = "com.github.3arthqu4ke.HeadlessMc:headlessmc-lwjgl", version.ref = "headlessLwjgl" }
jbAnnotations = { module = "org.jetbrains:annotations", version.ref = "jbAnnotations" }