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 4a2a24e commit 97821ccCopy full SHA for 97821cc
buildSrc/src/main/kotlin/Versions.kt
@@ -11,7 +11,7 @@ object Versions {
11
const val JETBRAINS_ANNOTATIONS = "24.1.0"
12
13
const val ADVENTURE_PLATFORM_BUKKIT = "4.3.4"
14
- const val ADVENTURE_API = "4.18.0"
+ const val ADVENTURE_API = "4.19.0"
15
16
const val VAULT_API = "1.7.1"
17
eternaleconomy-core/build.gradle.kts
@@ -52,7 +52,7 @@ dependencies {
52
53
compileOnly("me.clip:placeholderapi:${Versions.PLACEHOLDER_API}")
54
55
- testImplementation(platform("org.junit:junit-bom:5.11.4"))
+ testImplementation(platform("org.junit:junit-bom:5.12.0"))
56
testImplementation("org.junit.jupiter:junit-jupiter")
57
jmh("org.openjdk.jmh:jmh-core:1.37")
58
jmh("org.openjdk.jmh:jmh-generator-annprocess:1.37")
0 commit comments