Skip to content

Commit

Permalink
chore: use releases of LSP4MP 0.12.0 + Quarkus LS 0.19.0
Browse files Browse the repository at this point in the history
Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr committed Aug 26, 2024
1 parent b4967c0 commit b633571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ version = prop("pluginVersion")

val quarkusVersion = prop("quarkusVersion")
val lsp4mpVersion = prop("lsp4mpVersion")
val quarkusLsVersion = prop("lsp4mpVersion")
val quarkusLsVersion = prop("quarkusLsVersion")
val quteLsVersion = prop("quteLsVersion")
// Configure project's dependencies
repositories {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ platformPlugins=com.intellij.java, maven, gradle-java, properties, yaml, com.red
gradleVersion=8.6
channel=nightly
quarkusVersion=3.1.2.Final
lsp4mpVersion=0.12.0-SNAPSHOT
lsp4mpVersion=0.12.0
quarkusLsVersion=0.19.0-SNAPSHOT
quteLsVersion=0.19.0-SNAPSHOT
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
Expand Down

0 comments on commit b633571

Please sign in to comment.