Skip to content

Commit

Permalink
Dune: upgrade to 1.0+beta20
Browse files Browse the repository at this point in the history
  • Loading branch information
hnrgrgr authored and raphael-proust committed Sep 2, 2019
1 parent 7f1ec14 commit 5788461
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib_json_typed/ocplib-json-typed.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ available: [ ocaml-version >= "4.02.0" ]
build: [ "jbuilder" "build" "-j" jobs "-p" name "@install" ]
build-test: [ "jbuilder" "runtest" "-p" name "-j" jobs ]
depends: [
"jbuilder" {build & >= "1.0+beta19.1"}
"jbuilder" {build & >= "1.0+beta20"}
"uri" {>= "1.9.0" }
]
2 changes: 1 addition & 1 deletion lib_json_typed_browser/ocplib-json-typed-browser.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ available: [ ocaml-version >= "4.02.0" ]
build: [ "jbuilder" "build" "-j" jobs "-p" name "@install" ]
build-test: [ "jbuilder" "runtest" "-p" name "-j" jobs ]
depends: [
"jbuilder" {build & >= "1.0+beta19.1"}
"jbuilder" {build & >= "1.0+beta20"}
"ocplib-json-typed" {= "0.6" }
"js_of_ocaml" {>= "3.1.0"}
]
2 changes: 1 addition & 1 deletion lib_json_typed_bson/ocplib-json-typed-bson.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ available: [ ocaml-version >= "4.02.0" ]
build: [ "jbuilder" "build" "-j" jobs "-p" name "@install" ]
build-test: [ "jbuilder" "runtest" "-p" name "-j" jobs ]
depends: [
"jbuilder" {build & >= "1.0+beta19.1"}
"jbuilder" {build & >= "1.0+beta20"}
"ocplib-json-typed" {= "0.6" }
"ocplib-endian" {>= "1.0"}
]

0 comments on commit 5788461

Please # to comment.