Skip to content

Commit cdbb1a9

Browse files
committed
build: update deps
1 parent 62bf589 commit cdbb1a9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,9 @@ repositories {
244244
}
245245

246246
dependencies {
247-
implementationSplit("com.falsepattern:falsepatternlib-mc1.7.10:1.9.1")
247+
implementationSplit("com.falsepattern:falsepatternlib-mc1.7.10:1.11.0")
248248
compileOnly("org.joml:joml:1.10.8")
249-
compileOnly("it.unimi.dsi:fastutil:8.5.16")
249+
compileOnly("it.unimi.dsi:fastutil:8.5.18")
250250
compileOnly("mega:megatraceservice:1.3.0")
251251
compileOnly("com.ventooth:swansong-mc1.7.10:1.2.5:dev")
252252
compileOnly("maven.modrinth:etfuturum:2.6.2:dev")

src/main/resources/META-INF/deps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"always": {
88
"common": [
99
"org.joml:joml:1.10.8",
10-
"it.unimi.dsi:fastutil:8.5.16",
10+
"it.unimi.dsi:fastutil:8.5.18",
1111
"mega:megatraceservice:1.3.0"
1212
],
1313
"client": [],

0 commit comments

Comments
 (0)