Skip to content

Commit fe0a69d

Browse files
committed
bump deps
1 parent 63d4c32 commit fe0a69d

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

build.gradle.kts

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("fpgradle-minecraft") version ("0.7.0")
2+
id("fpgradle-minecraft") version ("0.8.2")
33
}
44

55
group = "com.falsepattern"
@@ -52,21 +52,17 @@ minecraft_fp {
5252

5353
repositories {
5454
cursemavenEX()
55-
mavenpattern {
56-
content {
57-
includeGroup("com.falsepattern")
58-
}
59-
}
55+
exclusive(mavenpattern(), "com.falsepattern")
6056
}
6157

6258
dependencies {
63-
apiSplit("com.falsepattern:falsepatternlib-mc1.7.10:1.2.5")
59+
apiSplit("com.falsepattern:falsepatternlib-mc1.7.10:1.4.4")
6460

6561
implementation("it.unimi.dsi:fastutil:8.5.13")
6662

67-
apiSplit("com.falsepattern:chunkapi-mc1.7.10:0.5.1")
63+
apiSplit("com.falsepattern:chunkapi-mc1.7.10:0.5.2")
6864

69-
compileOnly("com.falsepattern:falsetweaks-mc1.7.10:3.0.0:api")
65+
compileOnly("com.falsepattern:falsetweaks-mc1.7.10:3.2.2:api")
7066

7167
compileOnly(deobfCurse("journeymap-32274:4500658"))
7268
}

0 commit comments

Comments
 (0)