Skip to content

Commit

Permalink
fix: slf4j version
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Jun 29, 2024
1 parent 557e106 commit 4325807
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Fixed

- Wrong Slf4j version.

## [0.14.1] - 2024-06-29

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion refinedarchitect-catalog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ catalog {
versionCatalog {
// Use the same slf4j API as MC to not break logging in the development environment:
// https://launchermeta.mojang.com/mc/game/version_manifest_v2.json
def slf4j = version("slf4j", "2.22.1")
def slf4j = version("slf4j", "2.0.9")
library("slf4j-api", "org.slf4j", "slf4j-api").versionRef(slf4j)
library("slf4j-impl", "org.slf4j", "slf4j-simple").versionRef(slf4j)

Expand Down

0 comments on commit 4325807

Please sign in to comment.