Skip to content

Commit

Permalink
second try
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunderblade73 authored Jan 23, 2024
1 parent 90de57c commit 0daa6a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ dependencies {
exclude(module = "unspecified")
isTransitive = false
}
devenvMod("com.github.NotEnoughUpdates:NotEnoughUpdates:v2.1.1-alpha26:all") {
devenvMod("com.github.NotEnoughUpdates:NotEnoughUpdates:v2.1.1-alpha24:all") {
exclude(module = "unspecified")
isTransitive = false
}
Expand All @@ -114,7 +114,7 @@ dependencies {
implementation(libs.hotswapagentforge)

// testImplementation(kotlin("test"))
testImplementation("com.github.NotEnoughUpdates:NotEnoughUpdates:v2.1.1-alpha26:all") {
testImplementation("com.github.NotEnoughUpdates:NotEnoughUpdates:v2.1.1-alpha24:all") {
exclude(module = "unspecified")
isTransitive = false
}
Expand Down

0 comments on commit 0daa6a4

Please sign in to comment.