Skip to content

Commit

Permalink
Add latest ocaml-lsp versions (#1729)
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos authored Feb 11, 2025
1 parent b47edf7 commit f260f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ocaml_lsp.ml
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ let lsp_versions =
; "1.17.0"
|] )
; (5, 1), [| "1.16.1"; "1.16.2"; "1.17.0"; "1.18.0" |]
; (5, 2), [| "1.19.0"; "1.20.0"; "1.20.1" |]
; (5, 3), [| "1.20.0~5.3preview" |]
; (5, 2), [| "1.19.0"; "1.20.0"; "1.20.1"; "1.21.0" |]
; (5, 3), [| "1.20.0~5.3preview"; "1.22.0" |]
]
in
let rest =
Expand Down

0 comments on commit f260f71

Please sign in to comment.