Skip to content

Commit e0fc2a7

Browse files
committed
bump LSP4IJ version
1 parent c7a5da9 commit e0fc2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,6 @@ fun fetchLatestLsp4ijNightlyVersion(): String {
247247
println("Failed to fetch LSP4IJ nightly build version: ${e.message}")
248248
}
249249

250-
val minVersion = "0.0.1-20231213-012910"
250+
val minVersion = "0.11.1-20250226-013217"
251251
return if (minVersion < onlineVersion) onlineVersion else minVersion
252252
}

0 commit comments

Comments
 (0)