Skip to content

Commit

Permalink
Unrel fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkondratek committed Nov 13, 2024
1 parent 29b83fa commit 93a2cba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ dependencies {

implementation("com.typesafe:config:1.4.3")
implementation("org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.23.1")
testImplementation("net.java.dev.jna:jna:5.10.0") // it is needed for integration tests
testImplementation("org.awaitility:awaitility-kotlin:4.2.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit:2.0.21")
Expand Down

0 comments on commit 93a2cba

Please sign in to comment.