File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Annotations/Crafttweaker_Annotation_Processors Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
2525 implementation(" org.jetbrains:annotations:22.0.0" )
2626 implementation(" org.reflections:reflections:0.10.2" )
2727 implementation(files(" libs/tools.jar" ))
28- implementation(" com.google.code.gson:gson:2.8.9 " )
28+ implementation(" com.google.code.gson:gson:2.9.0 " )
2929}
3030
3131publishing {
Original file line number Diff line number Diff line change 4040}
4141
4242dependencies {
43- compileOnly(" org.spongepowered:mixin:0.8.4 " )
43+ compileOnly(" org.spongepowered:mixin:0.8.5 " )
4444 implementation(project(" :Crafttweaker_Annotations" ))
4545 (project.ext[" zenCodeDeps" ] as Set <* >).forEach {
4646 implementation(project(it.toString()))
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import net.darkhax.curseforgegradle.Constants as CFG_Contants
44
55plugins {
66 `maven- publish`
7- id(" fabric-loom" ) version " 0.10-SNAPSHOT "
7+ id(" fabric-loom" ) version " 0.12.10 "
88 id(" com.blamejared.modtemplate" )
99 id(" net.darkhax.curseforgegradle" ) version (" 1.0.9" )
1010}
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
5151 implementation(project(it.toString()))
5252 }
5353
54- implementation(fg.deobf(" mezz.jei:jei-1.18.2:9.5.2.133 " ))
54+ implementation(fg.deobf(" mezz.jei:jei-1.18.2:9.7.0.192 " ))
5555 annotationProcessor(" org.spongepowered:mixin:0.8.5-SNAPSHOT:processor" )
5656
5757}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
1212 mavenCentral()
1313 }
1414 dependencies {
15- classpath(" com.diluv.schoomp:Schoomp:1.2.5 " )
15+ classpath(" com.diluv.schoomp:Schoomp:1.2.6 " )
1616 }
1717}
1818
@@ -150,12 +150,12 @@ subprojects {
150150// library(project(":Crafttweaker_Annotations"))
151151 annotationProcessor(project(" :Crafttweaker_Annotation_Processors" ))
152152
153- implementation(" com.google.code.findbugs:jsr305:3.0.1 " )
153+ implementation(" com.google.code.findbugs:jsr305:3.0.2 " )
154154
155155 " gametestImplementation" (" com.google.truth:truth:1.1.3" )
156156 " gametestImplementation" (" com.google.truth.extensions:truth-java8-extension:1.1.3" )
157157 // This is required for Truth since MC uses an old Guava version, however in 1.18 the game uses an updated version.
158- " gametestImplementation" (" com.google.guava:guava:31.0. 1-jre" )
158+ " gametestImplementation" (" com.google.guava:guava:31.1-jre" )
159159 }
160160
161161 extensions.configure<JavaPluginExtension > {
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ commonServerRunName=Common Server
1212forgeVersion =40.0.36
1313forgeAtsEnabled =true
1414# Fabric
15- fabricVersion =0.48.0 +1.18.2
15+ fabricVersion =0.50.1 +1.19
1616fabricLoaderVersion =0.13.3
17- reiVersion =8.0.442
17+ reiVersion =8.1.444
1818# Mod options
1919modName =CraftTweaker
2020modAuthor =Jaredlll08
You can’t perform that action at this time.
0 commit comments