Skip to content

Commit

Permalink
Upgrade to v0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed May 27, 2024
1 parent 6348c38 commit 86b4957
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
22 changes: 11 additions & 11 deletions auto-format.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@ bug-reports: "https://github.com/mbarbin/auto-format/issues"
depends: [
"dune" {>= "3.15"}
"ocaml" {>= "5.1"}
"base" {>= "v0.16" & < "v0.17"}
"base" {>= "v0.17" & < "v0.18"}
"eio" {>= "1.0"}
"eio-writer" {>= "0.0.3"}
"eio_main" {>= "1.0"}
"expect-test-helpers" {with-test & >= "v0.16" & < "v0.17"}
"expect-test-helpers" {with-test & >= "v0.17" & < "v0.18"}
"fpath" {>= "0.7.3"}
"fpath-base" {>= "0.0.9"}
"loc" {>= "0.0.2"}
"parsing-utils" {>= "0.0.2"}
"pp" {>= "1.2.0"}
"pp-extended" {>= "0.0.2"}
"ppx_compare" {>= "v0.16" & < "v0.17"}
"ppx_enumerate" {>= "v0.16" & < "v0.17"}
"ppx_expect" {with-test & >= "v0.16" & < "v0.17"}
"ppx_hash" {>= "v0.16" & < "v0.17"}
"ppx_here" {>= "v0.16" & < "v0.17"}
"ppx_js_style" {dev & >= "v0.16" & < "v0.17"}
"ppx_let" {>= "v0.16" & < "v0.17"}
"ppx_sexp_conv" {>= "v0.16" & < "v0.17"}
"ppx_sexp_value" {>= "v0.16" & < "v0.17"}
"ppx_compare" {>= "v0.17" & < "v0.18"}
"ppx_enumerate" {>= "v0.17" & < "v0.18"}
"ppx_expect" {with-test & >= "v0.17" & < "v0.18"}
"ppx_hash" {>= "v0.17" & < "v0.18"}
"ppx_here" {>= "v0.17" & < "v0.18"}
"ppx_js_style" {dev & >= "v0.17" & < "v0.18"}
"ppx_let" {>= "v0.17" & < "v0.18"}
"ppx_sexp_conv" {>= "v0.17" & < "v0.18"}
"ppx_sexp_value" {>= "v0.17" & < "v0.18"}
"odoc" {with-doc}
]
build: [
Expand Down
44 changes: 22 additions & 22 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
(>= 5.1))
(base
(and
(>= v0.16)
(< v0.17)))
(>= v0.17)
(< v0.18)))
(eio
(>= 1.0))
(eio-writer
Expand All @@ -34,8 +34,8 @@
(expect-test-helpers
(and
:with-test
(>= v0.16)
(< v0.17)))
(>= v0.17)
(< v0.18)))
(fpath
(>= 0.7.3))
(fpath-base
Expand All @@ -50,39 +50,39 @@
(>= 0.0.2))
(ppx_compare
(and
(>= v0.16)
(< v0.17)))
(>= v0.17)
(< v0.18)))
(ppx_enumerate
(and
(>= v0.16)
(< v0.17)))
(>= v0.17)
(< v0.18)))
(ppx_expect
(and
:with-test
(>= v0.16)
(< v0.17)))
(>= v0.17)
(< v0.18)))
(ppx_hash
(and
(>= v0.16)
(< v0.17)))
(>= v0.17)
(< v0.18)))
(ppx_here
(and
(>= v0.16)
(< v0.17)))
(>= v0.17)
(< v0.18)))
(ppx_js_style
(and
:dev
(>= v0.16)
(< v0.17)))
(>= v0.17)
(< v0.18)))
(ppx_let
(and
(>= v0.16)
(< v0.17)))
(>= v0.17)
(< v0.18)))
(ppx_sexp_conv
(and
(>= v0.16)
(< v0.17)))
(>= v0.17)
(< v0.18)))
(ppx_sexp_value
(and
(>= v0.16)
(< v0.17)))))
(>= v0.17)
(< v0.18)))))

0 comments on commit 86b4957

Please sign in to comment.