Skip to content

Commit

Permalink
Upgrade internal dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Jan 23, 2024
1 parent ce864b4 commit 6a6fa1f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions auto-format.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ depends: [
"eio_main" {>= "0.14"}
"expect_test_helpers_core" {with-test & >= "v0.16" & < "v0.17"}
"fpath" {>= "0.7.3"}
"fpath-extended" {>= "0.0.2"}
"loc" {>= "0.0.1"}
"parsing-utils" {>= "0.0.1"}
"fpath-extended" {>= "0.0.3"}
"loc" {>= "0.0.2"}
"parsing-utils" {>= "0.0.2"}
"pp" {>= "1.2.0"}
"pp-extended" {>= "0.0.1"}
"pp-extended" {>= "0.0.2"}
"ppx_jane" {>= "v0.16" & < "v0.17"}
"ppx_js_style" {>= "v0.16" & < "v0.17"}
"odoc" {with-doc}
Expand Down
8 changes: 4 additions & 4 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
(fpath
(>= 0.7.3))
(fpath-extended
(>= 0.0.2))
(>= 0.0.3))
(loc
(>= 0.0.1))
(>= 0.0.2))
(parsing-utils
(>= 0.0.1))
(>= 0.0.2))
(pp
(>= 1.2.0))
(pp-extended
(>= 0.0.1))
(>= 0.0.2))
(ppx_jane
(and
(>= v0.16)
Expand Down

0 comments on commit 6a6fa1f

Please sign in to comment.