File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # unreleased
1
+ # 1.23.0
2
2
3
3
## Features
4
4
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ possible and does not make any assumptions about IO.
70
70
( csexp ( >= 1 .5) )
71
71
( ocamlformat-rpc-lib ( >= 0 .21.0) )
72
72
( odoc :with -doc)
73
- ( merlin-lib ( and ( >= 5 .4 ) ( < 6 .0) ) )
73
+ ( merlin-lib ( and ( >= 5 .5 ) ( < 6 .0) ) )
74
74
( ppx_yojson_conv :with -dev-setup) ) )
75
75
76
76
( package
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ depends: [
45
45
"csexp" {>= "1.5"}
46
46
"ocamlformat-rpc-lib" {>= "0.21.0"}
47
47
"odoc" {with-doc}
48
- "merlin-lib" {>= "5.4 " & < "6.0"}
48
+ "merlin-lib" {>= "5.5 " & < "6.0"}
49
49
"ppx_yojson_conv" {with-dev-setup}
50
50
]
51
51
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
You can’t perform that action at this time.
0 commit comments