We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0c0ad commit aae30c9Copy full SHA for aae30c9
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group = "net.onelitefeather.mycelium.bom"
7
-version = "1.2.0"
+version = "1.2.1"
8
9
javaPlatform {
10
allowDependencies()
@@ -13,16 +13,17 @@ javaPlatform {
13
dependencies {
14
constraints {
15
api(libs.minestom)
16
- api(libs.adventure.text.minimessage)
+ api(libs.adventure.minimessage)
17
api(libs.cyano)
18
api(libs.junit.jupiter.api)
19
api(libs.junit.jupiter.engine)
20
+ api(libs.junit.jupiter.params)
21
+ api(libs.junit.platform.launcher)
22
api(libs.mockito.core)
23
api(libs.mockito.junit.jupiter)
24
25
26
-
27
publishing {
28
repositories {
29
maven {
0 commit comments