Skip to content

Commit

Permalink
Use simpler pkg intent (ocaml#1495)
Browse files Browse the repository at this point in the history
As suggested in ocaml/merlin#1879
  • Loading branch information
voodoos authored Mar 3, 2025
1 parent 83000eb commit 9cf29d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jsonrpc.opam
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ build: [
]
]

x-maintenance-intent: [ "(latest)" "(latest)-414" ]
x-maintenance-intent: [ "(latest)" ]
2 changes: 1 addition & 1 deletion lsp.opam
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ build: [
]
]

x-maintenance-intent: [ "(latest)" "(latest)-414" ]
x-maintenance-intent: [ "(latest)" ]
2 changes: 1 addition & 1 deletion lsp.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ build: [
]
]

x-maintenance-intent: [ "(latest)" "(latest)-414" ]
x-maintenance-intent: [ "(latest)" ]
2 changes: 1 addition & 1 deletion ocaml-lsp-server.opam
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ build: [
]
]

x-maintenance-intent: [ "(latest)" "(latest)-414" ]
x-maintenance-intent: [ "(latest)" ]

0 comments on commit 9cf29d1

Please sign in to comment.