Skip to content

Commit

Permalink
chore: update Makefile to 4.14
Browse files Browse the repository at this point in the history
ps-id: B4C3059E-2A92-47F9-8DCB-CA9334EC30FD
  • Loading branch information
rgrinberg committed Apr 17, 2022
1 parent dbaa191 commit c65374a
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 @@ -68,7 +68,7 @@ dev-switch:
opam update
# Ensuring that either a dev switch already exists or a new one is created
test "$(shell opam switch show)" = "$(shell pwd)" || \
opam switch create -y . 4.13.1 --deps-only --with-test
opam switch create -y . 4.14.0 --deps-only --with-test
opam install -y $(TEST_DEPS) $(DEV_DEPS)

test: $(BIN)
Expand Down

0 comments on commit c65374a

Please sign in to comment.