Merge pull request #306 from ViaVersion/dependabot/gradle/net.raphimc-ViaLoader-3.0.4-SNAPSHOT

Bump net.raphimc:ViaLoader from 3.0.3-SNAPSHOT to 3.0.4-SNAPSHOT
This commit is contained in:
Lenni0451 2024-10-15 07:06:40 +02:00 committed by GitHub
commit 6ebbeecee5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,7 +70,7 @@ dependencies {
exclude group: "io.netty" exclude group: "io.netty"
exclude group: "io.jsonwebtoken" exclude group: "io.jsonwebtoken"
} }
include("net.raphimc:ViaLoader:3.0.3-SNAPSHOT") { include("net.raphimc:ViaLoader:3.0.4-SNAPSHOT") {
exclude group: "org.slf4j", module: "slf4j-api" exclude group: "org.slf4j", module: "slf4j-api"
} }