aboutsummaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-06-03 14:56:10 +0200
committernea <nea@nea.moe>2023-06-03 14:56:10 +0200
commitb3237fe53d4ff838984d65954772cf77588644ae (patch)
treedcc6c6245a60a11e84a004b0d0123e7568e54a21 /gradle
parent9477a32ad577fc242fd83059826706fcea8c6f31 (diff)
downloadfirmament-b3237fe53d4ff838984d65954772cf77588644ae.tar.gz
firmament-b3237fe53d4ff838984d65954772cf77588644ae.tar.bz2
firmament-b3237fe53d4ff838984d65954772cf77588644ae.zip
Add auto hotswap installer
Diffstat (limited to 'gradle')
-rw-r--r--gradle/libs.versions.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index b1187bf..d73e42c 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -15,6 +15,7 @@ neurepoparser = "1.2.0"
qolify = "1.2.2-1.19.4"
citresewn = "1.1.3+1.19.4"
lib39 = "1.4.2"
+hotswap_agent = "1.4.2-SNAPSHOT"
ncr = "Fabric-1.19.4-v2.1.1"
[libraries]
@@ -31,6 +32,7 @@ libgui = { module = "io.github.cottonmc:LibGui", version.ref = "libgui" }
lib39_core = { module = "com.unascribed:lib39-core", version.ref = "lib39" }
# Runtime:
+hotswap = { module = "virtual.github.hotswapagent:hotswap-agent", version.ref = "hotswap_agent" }
architectury_fabric = { module = "dev.architectury:architectury-fabric", version.ref = "architectury" }
rei_fabric = { module = "me.shedaniel:RoughlyEnoughItems-fabric", version.ref = "rei" }
devauth = { module = "me.djtheredstoner:DevAuth-fabric", version.ref = "devauth" }