Skip to content

Commit

Permalink
Bump OCaml version in make switch (#1639)
Browse files Browse the repository at this point in the history
Fixes #1638
  • Loading branch information
voodoos authored Nov 5, 2024
1 parent 0d6da33 commit bca9cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ deps: ## Install development dependencies

.PHONY: create_switch
create_switch:
opam switch create . 4.14.0 --no-install
opam switch create . 5.2.0 --no-install

.PHONY: switch
switch: create_switch deps ## Create an opam switch and install development dependencies
Expand Down

0 comments on commit bca9cbe

Please sign in to comment.