Skip to content

Commit b666cf4

Browse files
committed
Update maven_dependencies
1 parent 2c98f03 commit b666cf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Annotations/Crafttweaker_Annotation_Processors/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tasks.jar {
2222
dependencies {
2323
projectDeps.forEach { implementation(project(it)) }
2424

25-
implementation("org.jetbrains:annotations:22.0.0")
25+
implementation("org.jetbrains:annotations:23.0.0")
2626
implementation("org.reflections:reflections:0.10.2")
2727
implementation(files("libs/tools.jar"))
2828
implementation("com.google.code.gson:gson:2.8.9")

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ forgeAtsEnabled=true
1414
# Fabric
1515
fabricVersion=0.48.0+1.18.2
1616
fabricLoaderVersion=0.13.3
17-
reiVersion=8.0.442
17+
reiVersion=9.0.466
1818
# Mod options
1919
modName=CraftTweaker
2020
modAuthor=Jaredlll08

0 commit comments

Comments
 (0)