1 parent c15ecad commit e22e93bCopy full SHA for e22e93b
2 files changed
build.gradle.kts
@@ -154,7 +154,7 @@ subprojects {
154
155
gametestLibrary("com.google.truth:truth:1.1.3")
156
// This is required for Truth since MC uses an old Guava version, however in 1.18 the game uses an updated version.
157
- gametestLibrary("com.google.guava:guava:31.0.1-jre")
+ gametestLibrary("com.google.guava:guava:32.1.2-jre")
158
}
159
160
extensions.configure<JavaPluginExtension> {
gradle.properties
@@ -14,7 +14,7 @@ forgeAtsEnabled=true
14
# Fabric
15
fabricVersion=0.48.0+1.18.2
16
fabricLoaderVersion=0.13.3
17
-reiVersion=8.0.442
+reiVersion=13.0.655
18
# Mod options
19
modName=CraftTweaker
20
modAuthor=Jared
0 commit comments