Skip to content

Commit

Permalink
Merge pull request #16 from MinecraftModDevelopment/renovate/major-sl…
Browse files Browse the repository at this point in the history
…f4j-monorepo

Update dependency org.slf4j:slf4j-api to v2
  • Loading branch information
KiriCattus authored Jun 1, 2024
2 parents 113b027 + 647e7c1 commit ca64049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dependencies {
shade libs.gson
shade libs.configurate.hocon

final slf4j = "org.slf4j:slf4j-api:1.7.36"
final slf4j = "org.slf4j:slf4j-api:2.0.13"

launcherCompileOnly slf4j
runtimeOnly slf4j
Expand Down

0 comments on commit ca64049

Please sign in to comment.