From aff82e0792b5bf0d8314129d53db9ab9098e5276 Mon Sep 17 00:00:00 2001 From: Feihong Hsu Date: Fri, 15 Dec 2023 09:50:44 -0600 Subject: [PATCH] Upgrade ocaml to 5.1.1 and melange to 2.2.0 --- Makefile | 2 +- melange-for-react-devs.opam | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index da8e1136..fb422647 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ help: ## Print this help message .PHONY: create-switch create-switch: ## Create opam switch - opam switch create . 5.1.0 -y --deps-only + opam switch create . 5.1.1 -y --deps-only .PHONY: init init: create-switch install ## Configure everything to develop this repository in local diff --git a/melange-for-react-devs.opam b/melange-for-react-devs.opam index 09c4f88c..b6f85ff4 100644 --- a/melange-for-react-devs.opam +++ b/melange-for-react-devs.opam @@ -7,10 +7,10 @@ license: "MIT" homepage: "https://github.com/melange-re/melange-for-react-devs" bug-reports: "https://github.com/melange-re/melange-for-react-devs" depends: [ - "ocaml" {>= "5.1.0"} + "ocaml" {>= "5.1.1"} "reason" {>= "3.10.0"} "dune" {>= "3.8"} - "melange" {>= "2.0.0"} + "melange" {>= "2.2.0"} "reason-react" {>= "0.13.0"} "reason-react-ppx" "opam-check-npm-deps" {with-test} # todo: use with-dev-setup once opam 2.2 is out