Skip to content

Commit

Permalink
Fix test compilation failures against new IDE versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaRanasinghe committed Jan 25, 2025
1 parent b5d80bc commit 7e650b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ version = project.version
dependencies {
implementation group: "com.github.ballerina-platform", name: "lsp4intellij", version: "${lsp4IntellijVersion}"
testImplementation group: "org.opentest4j", name: "opentest4j", version: "${opentest4jVersion}"
testImplementation group: "junit", name: "junit", version: "${junitVersion}"
}

intellij {
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ version=2.0.0-SNAPSHOT
intellijPluginVersion=1.17.3
lsp4IntellijVersion=0.96.2
opentest4jVersion=1.2.0
junitVersion=4.13.2
checkStyleVersion=8.36
downloadPluginVersion=5.4.0
spotbugsPluginVersion=5.0.14
Expand Down

0 comments on commit 7e650b8

Please sign in to comment.