Skip to content

Commit

Permalink
Update IJGP to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNesto committed Sep 28, 2024
1 parent 6f62f3e commit eaf47ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/mcdev-core.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ dependencies {
}

testImplementation(libs.junit.api)
testCompileOnly(libs.junit.vintage) // Hack to get tests to compile and run
testImplementation(libs.junit.vintage) // Hack to get tests to compile and run
testRuntimeOnly(libs.junit.engine)
testRuntimeOnly(libs.junit.platform.launcher)
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ asm = "9.6"
fuel = "2.3.1"
licenser = "0.6.1"
changelog = "2.2.0"
intellij-plugin = "2.0.1"
intellij-plugin = "2.1.0"
intellij-ide = "2024.1"
idea-ext = "1.1.8"
psiPlugin = "241.14494.158-EAP-SNAPSHOT"
Expand Down

0 comments on commit eaf47ab

Please sign in to comment.