Skip to content

Commit

Permalink
Upgrade ocaml to 5.1.1 and melange to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
feihong committed Dec 15, 2023
1 parent c12cbb1 commit aff82e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions melange-for-react-devs.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aff82e0

Please sign in to comment.