Skip to content

Commit

Permalink
fix(deps): update dependency net.fabricmc:mapping-io to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jpenilla committed Jan 6, 2025
1 parent 500692b commit 0733d95
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 @@ -35,7 +35,7 @@ dependencies {

compileOnly("org.checkerframework", "checker-qual", "3.48.1")

implementation(include("net.fabricmc", "mapping-io", "0.6.1"))
implementation(include("net.fabricmc", "mapping-io", "0.7.0"))
}

indra {
Expand Down

0 comments on commit 0733d95

Please sign in to comment.