Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ml-in-barcelona/server-reason-react…
Browse files Browse the repository at this point in the history
… into rsc

* 'main' of github.com:ml-in-barcelona/server-reason-react:
  Update reason dependency (#181)
  • Loading branch information
davesnx committed Nov 13, 2024
2 parents 4474483 + 61e1f6a commit 066e4a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ocamlformat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
profile = default
profile=default
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
(depends
; General system dependencies
(ocaml (>= 5.0.0))
(reason (= 3.10.0))
(reason (>= 3.11.0))
(melange (>= 3.0.0))

; Library dependencies
Expand All @@ -46,7 +46,7 @@
; Dev dependencies
(ocamlformat
(and
(= 0.26.1)
(= 0.26.2)
:with-test)) ; We use ocamlformat on the tests
(ocaml-lsp-server :with-dev-setup)

Expand Down
4 changes: 2 additions & 2 deletions server-reason-react.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bug-reports: "https://github.com/ml-in-barcelona/server-reason-react/issues"
depends: [
"dune" {>= "3.9"}
"ocaml" {>= "5.0.0"}
"reason" {= "3.10.0"}
"reason" {>= "3.11.0"}
"melange" {>= "3.0.0"}
"uucp" {>= "16.0.0"}
"ppxlib" {> "0.23.0"}
Expand All @@ -21,7 +21,7 @@ depends: [
"yojson" {>= "2.2.0"}
"integers"
"odoc" {with-doc}
"ocamlformat" {= "0.26.1" & with-test}
"ocamlformat" {= "0.26.2" & with-test}
"ocaml-lsp-server" {with-dev-setup}
"dream" {with-dev-setup}
"melange-webapi" {with-dev-setup}
Expand Down

0 comments on commit 066e4a8

Please sign in to comment.