Skip to content

Commit

Permalink
fix: lombok APIs with parameters are not working (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
s1n7ax committed Mar 3, 2024
1 parent e76669f commit 5133a21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/java/startup/mason-dep.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ end

function M.get_pkg_list(config)
local dependecies = {
{ name = 'jdtls', version = 'v1.31.0' },
{ name = 'jdtls-1.33.0', version = 'v1.33.0' },
{ name = 'lombok-nightly', version = 'nightly' },
{ name = 'java-test', version = '0.40.1' },
{ name = 'java-debug-adapter', version = '0.55.0' },
}
Expand Down

0 comments on commit 5133a21

Please sign in to comment.