Skip to content

Commit

Permalink
chore: update dependency net.minecraftforge:ForgeAutoRenamingTool to …
Browse files Browse the repository at this point in the history
…v1.0.8 (#41)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent bd12465 commit bcf167b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
implementation("com.fasterxml.jackson.datatype", "jackson-datatype-jsr310", jackson)

// for updates check https://maven.minecraftforge.net/net/minecraftforge/ForgeAutoRenamingTool/maven-metadata.xml
val autoRenamingTool = "1.0.6"
val autoRenamingTool = "1.0.8"
implementation("net.minecraftforge", "ForgeAutoRenamingTool", autoRenamingTool)

val argparse4j = "0.9.0"
Expand Down

0 comments on commit bcf167b

Please sign in to comment.