Skip to content

Commit

Permalink
use latest server-rr (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri authored Dec 2, 2023
1 parent c716245 commit 14390eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ setup-githooks: ## Setup githooks
.PHONY: pin
pin: ## Pin dependencies
@opam pin add reason.dev "https://github.com/reasonml/reason.git#f92f7ecc228d19ebf4d9d0214792da7b45472766" -y
@opam pin add server-reason-react.dev "https://github.com/ml-in-barcelona/server-reason-react.git#d1cca36198515d0f7c52f21eb39e6b3b180537a2" -y
@opam pin add server-reason-react.dev "https://github.com/ml-in-barcelona/server-reason-react.git#b9abcdf41d3705e8169dd4c4184c3247cb840caa" -y

.PHONY: create-switch
create-switch: ## Create opam switch
Expand Down
2 changes: 1 addition & 1 deletion packages/css/native/dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
(wrapped false)
(libraries server-reason-react.js server-reason-react.belt)
(preprocess
(pps server-reason-react.melange.ppx)))
(pps server-reason-react.melange_ppx)))

0 comments on commit 14390eb

Please sign in to comment.