Skip to content

Commit

Permalink
Fix wrong version method for the test framework from Microtus
Browse files Browse the repository at this point in the history
  • Loading branch information
theEvilReaper authored Nov 3, 2024
1 parent 3a2e944 commit f25c51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencyResolutionManagement {
version("microtus", "1.5.0")
version("junit", "5.11.3")
library("minestom", "net.onelitefeather.microtus", "Microtus").versionRef("microtus")
library("minestom-test", "net.onelitefeather.microtus.testing", "testing").version("microtus")
library("minestom-test", "net.onelitefeather.microtus.testing", "testing").versionRef("microtus")
library("junit-jupiter", "org.junit.jupiter", "junit-jupiter").versionRef("junit")
library("junit-jupiter-engine", "org.junit.jupiter", "junit-jupiter-engine").versionRef("junit")
}
Expand Down

0 comments on commit f25c51c

Please sign in to comment.