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 123b5d5 commit f2be88d
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
52 changes: 26 additions & 26 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -23,59 +23,59 @@
(>= 5.1))
(base
(and
(>= v0.16)
(< v0.17)))
(>= v0.17)
(< v0.18)))
(bisect_ppx
(and
:dev
(>= 2.8.3)))
(expect-test-helpers
(and
(>= v0.16)
(< v0.17)))
(>= v0.17)
(< v0.18)))
(patdiff
(and
(>= v0.16)
(< v0.17)))
(>= v0.17)
(< v0.18)))
(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)))
(textutils
(and
(>= v0.16)
(< v0.17)))))
(>= v0.17)
(< v0.18)))))
26 changes: 13 additions & 13 deletions fingerboard.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ bug-reports: "https://github.com/mbarbin/fingerboard/issues"
depends: [
"dune" {>= "3.15"}
"ocaml" {>= "5.1"}
"base" {>= "v0.16" & < "v0.17"}
"base" {>= "v0.17" & < "v0.18"}
"bisect_ppx" {dev & >= "2.8.3"}
"expect-test-helpers" {>= "v0.16" & < "v0.17"}
"patdiff" {>= "v0.16" & < "v0.17"}
"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"}
"textutils" {>= "v0.16" & < "v0.17"}
"expect-test-helpers" {>= "v0.17" & < "v0.18"}
"patdiff" {>= "v0.17" & < "v0.18"}
"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"}
"textutils" {>= "v0.17" & < "v0.18"}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit f2be88d

Please sign in to comment.