Skip to content

Commit

Permalink
Upgrade ppxlib to 0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Jul 25, 2024
1 parent d2c91f8 commit 8c3f891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
(>= v0.17)
(< v0.18)))
(ppxlib
(>= 0.32))
(>= 0.33))
(textutils
(and
(>= v0.17)
Expand Down
2 changes: 1 addition & 1 deletion fingerboard.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"ppx_let" {>= "v0.17" & < "v0.18"}
"ppx_sexp_conv" {>= "v0.17" & < "v0.18"}
"ppx_sexp_value" {>= "v0.17" & < "v0.18"}
"ppxlib" {>= "0.32"}
"ppxlib" {>= "0.33"}
"textutils" {>= "v0.17" & < "v0.18"}
"odoc" {with-doc}
]
Expand Down

0 comments on commit 8c3f891

Please sign in to comment.