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 6f62f3e commit eaf47abCopy full SHA for eaf47ab
buildSrc/src/main/kotlin/mcdev-core.gradle.kts
@@ -110,7 +110,7 @@ dependencies {
110
}
111
112
testImplementation(libs.junit.api)
113
- testCompileOnly(libs.junit.vintage) // Hack to get tests to compile and run
+ testImplementation(libs.junit.vintage) // Hack to get tests to compile and run
114
testRuntimeOnly(libs.junit.engine)
115
testRuntimeOnly(libs.junit.platform.launcher)
116
gradle/libs.versions.toml
@@ -7,7 +7,7 @@ asm = "9.6"
7
fuel = "2.3.1"
8
licenser = "0.6.1"
9
changelog = "2.2.0"
10
-intellij-plugin = "2.0.1"
+intellij-plugin = "2.1.0"
11
intellij-ide = "2024.1"
12
idea-ext = "1.1.8"
13
psiPlugin = "241.14494.158-EAP-SNAPSHOT"
0 commit comments