File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ install-test-deps:
2121
2222.PHONY : dev
2323dev : # # Setup a development environment
24- opam switch create --no-install . ocaml-base-compiler.4.12 .0
24+ opam switch create --no-install . ocaml-base-compiler.4.13 .0
2525 opam install -y dune-release merlin ocamlformat utop ocaml-lsp-server
2626 opam install --locked --deps-only --with-doc -y .
2727 $(MAKE ) install-test-deps
Original file line number Diff line number Diff line change 109109git submodule update --init --recursive
110110
111111# create local switch (or use global one) and install dependencies
112- opam switch create . ocaml-base-compiler.4.12 .0 --with-test
112+ opam switch create . ocaml-base-compiler.4.13 .0 --with-test
113113
114114# don't forget to set your environment to use the local switch
115115eval $( opam env)
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ possible and does not make any assumptions about IO.
5555 ( result ( >= 1 .5) )
5656 ( ocamlformat-rpc-lib ( and ( >= 0 .18.0) ( < 0 .20.0) ) )
5757 ( odoc :with -doc)
58- ( ocaml ( and ( >= 4 .12 ) ( < 4 .13 ) ) ) ) )
58+ ( ocaml ( and ( >= 4 .13 ) ( < 4 .14 ) ) ) ) )
5959
6060( package
6161 (name jsonrpc)
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ depends: [
3030 "result" {>= "1.5"}
3131 "ocamlformat-rpc-lib" {>= "0.18.0" & < "0.20.0"}
3232 "odoc" {with-doc}
33- "ocaml" {>= "4.12 " & < "4.13 "}
33+ "ocaml" {>= "4.13 " & < "4.14 "}
3434]
3535dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
3636build: [
You can’t perform that action at this time.
0 commit comments