Skip to content

Commit eaf47ab

Browse files
committed
Update IJGP to 2.1.0
1 parent 6f62f3e commit eaf47ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/kotlin/mcdev-core.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ dependencies {
110110
}
111111

112112
testImplementation(libs.junit.api)
113-
testCompileOnly(libs.junit.vintage) // Hack to get tests to compile and run
113+
testImplementation(libs.junit.vintage) // Hack to get tests to compile and run
114114
testRuntimeOnly(libs.junit.engine)
115115
testRuntimeOnly(libs.junit.platform.launcher)
116116
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ asm = "9.6"
77
fuel = "2.3.1"
88
licenser = "0.6.1"
99
changelog = "2.2.0"
10-
intellij-plugin = "2.0.1"
10+
intellij-plugin = "2.1.0"
1111
intellij-ide = "2024.1"
1212
idea-ext = "1.1.8"
1313
psiPlugin = "241.14494.158-EAP-SNAPSHOT"

0 commit comments

Comments
 (0)