Skip to content

Commit

Permalink
Disable transitivity on Main Menu Credits and update DevAuth
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Jun 21, 2024
1 parent ccbd207 commit 0f1ae7d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ dependencies {
isForge -> "forge-latest"
isNeoForge -> "neoforge"
else -> null
}?.let { modRuntimeOnly("me.djtheredstoner:DevAuth-$it:1.2.0") }
}?.let { modRuntimeOnly("me.djtheredstoner:DevAuth-$it:1.2.1") }

if (isFabric) {
when (mcVersion) {
Expand Down Expand Up @@ -306,7 +306,9 @@ dependencies {
}

if (isFabric) {
modCompileOnly("dev.isxander:main-menu-credits:1.1.2")
modCompileOnly("dev.isxander:main-menu-credits:1.1.2") {
isTransitive = false
}
}

if (isFabric && mcVersion >= 1_20_04) {
Expand Down

0 comments on commit 0f1ae7d

Please sign in to comment.