fix: fallback night-config version to fix config save problem

This commit is contained in:
Helvetica Volubi
2026-07-19 17:37:19 +08:00
parent 4d60979f75
commit e988b087a6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ channel=STABLE
clipVersion=3.0.18
weightVersion=2.0.15
# true for release, false for skip release, pre for pre-release
release=false
release=pre
# true for push to repo, false for skip push repo, auto for detect by release value
pushRepo=auto
+1 -1
View File
@@ -85,7 +85,7 @@
+ implementation(project(":lophine-api")) // Lophine - api update
+ // Lophine start - Dependenices insert
+ implementation("net.objecthunter:exp4j:0.4.8")
+ implementation("com.electronwill.night-config:toml:3.9.0") // Night config
+ implementation("com.electronwill.night-config:toml:3.8.4") // Night config
+ implementation("com.github.luben:zstd-jni:1.5.4-1")
+ implementation("net.openhft:zero-allocation-hashing:0.16")
+ implementation("io.github.classgraph:classgraph:4.8.158")