Skip to content

Commit 77dfa60

Browse files
committed
Hackily fix hex dependency outside of dev env
1 parent 5906225 commit 77dfa60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ forge-dependency = "47" # for mods.toml
2323
# mods
2424

2525
hexcasting = "0.11.2-pre-701"
26-
hexcasting-dependency = "0.11.2-pre"
26+
# FIXME: this should be 0.11.2 but that breaks dev env because there's no 0.11.2 on maven :(
27+
hexcasting-dependency = "0.11.1"
2728
paucal = "0.6.0-pre-118"
2829

2930
patchouli = "1.20.1-84"

0 commit comments

Comments
 (0)