Skip to content

Commit

Permalink
Update maven_dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 21, 2022
1 parent 838e2c8 commit 88dec4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tasks.jar {
dependencies {
projectDeps.forEach { implementation(project(it)) }

implementation("org.jetbrains:annotations:22.0.0")
implementation("org.jetbrains:annotations:23.0.0")
implementation("org.reflections:reflections:0.10.2")
implementation(files("libs/tools.jar"))
implementation("com.google.code.gson:gson:2.8.9")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ forgeAtsEnabled=true
# Fabric
fabricVersion=0.48.0+1.18.2
fabricLoaderVersion=0.13.3
reiVersion=8.0.442
reiVersion=9.0.462
# Mod options
modName=CraftTweaker
modAuthor=Jaredlll08
Expand Down

0 comments on commit 88dec4c

Please sign in to comment.