Skip to content

Commit ee94af4

Browse files
authored
relax ppxlib constraint (#334)
1 parent d131c33 commit ee94af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styled-ppx.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"ocaml-migrate-parsetree" {= "2.4.0"}
1616
"ocaml" {= "4.14.0"}
1717
"ppx_deriving" {= "5.2.1"}
18-
"ppxlib" {= "0.27.0"}
18+
"ppxlib" {>= "0.27.0"}
1919
"reason" {= "3.8.2"}
2020
"sedlex" {= "3.0"}
2121
"ocaml-lsp-server" {dev}

0 commit comments

Comments
 (0)