We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c98f03 commit b666cf4Copy full SHA for b666cf4
Annotations/Crafttweaker_Annotation_Processors/build.gradle.kts
@@ -22,7 +22,7 @@ tasks.jar {
22
dependencies {
23
projectDeps.forEach { implementation(project(it)) }
24
25
- implementation("org.jetbrains:annotations:22.0.0")
+ implementation("org.jetbrains:annotations:23.0.0")
26
implementation("org.reflections:reflections:0.10.2")
27
implementation(files("libs/tools.jar"))
28
implementation("com.google.code.gson:gson:2.8.9")
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=9.0.466
18
# Mod options
19
modName=CraftTweaker
20
modAuthor=Jaredlll08
0 commit comments