Skip to content

Commit

Permalink
Fix CI by not using reason 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
feihong committed Nov 27, 2024
1 parent 9661ef8 commit 0d610e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion melange-for-react-devs.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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.1"}
"reason" {>= "3.10.0"}
"reason" {>= "3.12.0" & < "3.13.0"}
"dune" {>= "3.8"}
"melange" {>= "4.0.0-51"}
"reason-react" {>= "0.14.0"}
Expand Down

0 comments on commit 0d610e5

Please sign in to comment.