Skip to content

Commit

Permalink
chore: upperbound on lsp version
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoKaios committed Aug 5, 2024
1 parent 7141942 commit 81b38d6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .drom

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dune-project

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion opam/cobol_lsp.opam
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ depends: [
"superbol_project" {= version}
"superbol_preprocs" {= version}
"pretty" {= version}
"lsp" {>= "1.18"}
"lsp" {>= "1.18" & < "1.19"}
"jsonrpc" {>= "1.15"}
"cobol_typeck" {= version}
"cobol_parser" {= version}
Expand Down
2 changes: 1 addition & 1 deletion opam/osx/cobol_lsp-osx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ depends: [
"superbol_project-osx" {= version}
"superbol_preprocs-osx" {= version}
"pretty-osx" {= version}
"lsp-osx" {>= "1.18"}
"lsp-osx" {>= "1.18" & < "1.19"}
"jsonrpc-osx" {>= "1.15"}
"cobol_typeck-osx" {= version}
"cobol_parser-osx" {= version}
Expand Down
2 changes: 1 addition & 1 deletion opam/windows/cobol_lsp-windows.opam
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ depends: [
"superbol_project-windows" {= version}
"superbol_preprocs-windows" {= version}
"pretty-windows" {= version}
"lsp-windows" {>= "1.18"}
"lsp-windows" {>= "1.18" & < "1.19"}
"jsonrpc-windows" {>= "1.15"}
"cobol_typeck-windows" {= version}
"cobol_parser-windows" {= version}
Expand Down
2 changes: 1 addition & 1 deletion src/lsp/cobol_lsp/package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ cobol_typeck = "version"
superbol_preprocs = "version"
superbol_project = "version"
jsonrpc = ">=1.15"
lsp = "1.18"
lsp = ">=1.18 <1.19"
pretty = "version"
toml = "7.1.0"

Expand Down

0 comments on commit 81b38d6

Please sign in to comment.