Skip to content

Commit

Permalink
remove unnessary included dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Jun 2, 2022
1 parent 580e26a commit adedd8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ dependencies {
// Transitive deps
include(libs.examination.api)
include(libs.examination.string)
include(libs.slf4j.ext)
modCompileOnly(libs.jetbrainsAnnotations)

modImplementation(libs.colonel)
Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ fabricApi = "0.51.1+1.18.2"
indra = "2.1.1"
parchment = "1.18.1:2021.12.19"
quiltflower = "1.8.0"
slf4j = "1.8.0-beta4" # matching Minecraft

[libraries]
adventure-api = { module = "net.kyori:adventure-api", version.ref = "adventure" }
Expand All @@ -28,7 +27,6 @@ fabric-loader = "net.fabricmc:fabric-loader:0.14.6"
fabric-api = { module = "net.fabricmc.fabric-api:fabric-api", version.ref = "fabricApi" }
jetbrainsAnnotations = "org.jetbrains:annotations:23.0.0"
minecraft = "com.mojang:minecraft:1.18.2"
slf4j-ext = { module = "org.slf4j:slf4j-ext", version.ref = "slf4j" }

# build
contractValidator = "ca.stellardrift:contract-validator:1.0.1"
Expand Down

0 comments on commit adedd8d

Please sign in to comment.