From b6c835ca248257e655021ea7de0e93551f5a8002 Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Sat, 7 Dec 2024 00:09:36 -0800 Subject: [PATCH] dev: update dev switch to ocaml 5.3-beta2 (#1243) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c3af06d3..c95c06095 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ test: .PHONY: opam-create-switch opam-create-switch: ## Create opam switch - opam switch create . 5.3.0~beta1 -y --no-install + opam switch create . 5.3.0~beta2 -y --no-install .PHONY: opam-install-test opam-install-test: ## Install test dependencies