diff --git a/src/bin_client/tezos-client.opam b/src/bin_client/tezos-client.opam index 727d0f0d2..a9cfc2aef 100644 --- a/src/bin_client/tezos-client.opam +++ b/src/bin_client/tezos-client.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-base" "tezos-client-base" "tezos-client-genesis" diff --git a/src/bin_node/tezos-node.opam b/src/bin_node/tezos-node.opam index 8350ca499..cd0bd7ac1 100644 --- a/src/bin_node/tezos-node.opam +++ b/src/bin_node/tezos-node.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-base" "tezos-rpc-http" "tezos-p2p" diff --git a/src/lib_base/tezos-base.opam b/src/lib_base/tezos-base.opam index 92f1269ee..5befc6dd7 100644 --- a/src/lib_base/tezos-base.opam +++ b/src/lib_base/tezos-base.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-stdlib" "tezos-crypto" "tezos-data-encoding" diff --git a/src/lib_client_base/tezos-client-base.opam b/src/lib_client_base/tezos-client-base.opam index 8d8801fa3..3f3ab2cbe 100644 --- a/src/lib_client_base/tezos-client-base.opam +++ b/src/lib_client_base/tezos-client-base.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-base" "tezos-stdlib-unix" "tezos-shell-services" diff --git a/src/lib_client_base_unix/tezos-client-base-unix.opam b/src/lib_client_base_unix/tezos-client-base-unix.opam index c02525b68..297709442 100644 --- a/src/lib_client_base_unix/tezos-client-base-unix.opam +++ b/src/lib_client_base_unix/tezos-client-base-unix.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-base" "tezos-client-base" "tezos-client-commands" diff --git a/src/lib_client_commands/tezos-client-commands.opam b/src/lib_client_commands/tezos-client-commands.opam index 68d37cb5d..5f983f354 100644 --- a/src/lib_client_commands/tezos-client-commands.opam +++ b/src/lib_client_commands/tezos-client-commands.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-base" "tezos-stdlib-unix" "tezos-shell-services" diff --git a/src/lib_crypto/tezos-crypto.opam b/src/lib_crypto/tezos-crypto.opam index 1055e805a..63c406cd4 100644 --- a/src/lib_crypto/tezos-crypto.opam +++ b/src/lib_crypto/tezos-crypto.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-stdlib" "lwt" "nocrypto" diff --git a/src/lib_data_encoding/tezos-data-encoding.opam b/src/lib_data_encoding/tezos-data-encoding.opam index 46517de1c..3e27d2ae9 100644 --- a/src/lib_data_encoding/tezos-data-encoding.opam +++ b/src/lib_data_encoding/tezos-data-encoding.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-stdlib" "ezjsonm" "js_of_ocaml" # for ocplib-json-typed.bson diff --git a/src/lib_error_monad/tezos-error-monad.opam b/src/lib_error_monad/tezos-error-monad.opam index a43fea529..d0e244429 100644 --- a/src/lib_error_monad/tezos-error-monad.opam +++ b/src/lib_error_monad/tezos-error-monad.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-stdlib" "tezos-data-encoding" "lwt" diff --git a/src/lib_micheline/tezos-micheline.opam b/src/lib_micheline/tezos-micheline.opam index 34414ca3c..fb38d6655 100644 --- a/src/lib_micheline/tezos-micheline.opam +++ b/src/lib_micheline/tezos-micheline.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-data-encoding" "tezos-error-monad" "uutf" diff --git a/src/lib_p2p/tezos-p2p.opam b/src/lib_p2p/tezos-p2p.opam index df8844664..0b91df2c1 100644 --- a/src/lib_p2p/tezos-p2p.opam +++ b/src/lib_p2p/tezos-p2p.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-base" "tezos-stdlib-unix" "tezos-shell-services" diff --git a/src/lib_protocol_compiler/tezos-protocol-compiler.opam b/src/lib_protocol_compiler/tezos-protocol-compiler.opam index aed088ea7..e81b09abb 100644 --- a/src/lib_protocol_compiler/tezos-protocol-compiler.opam +++ b/src/lib_protocol_compiler/tezos-protocol-compiler.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "base-unix" "tezos-base" "tezos-protocol-environment-sigs" diff --git a/src/lib_protocol_environment/tezos-protocol-environment-shell.opam b/src/lib_protocol_environment/tezos-protocol-environment-shell.opam index 091f0d3a5..37833b505 100644 --- a/src/lib_protocol_environment/tezos-protocol-environment-shell.opam +++ b/src/lib_protocol_environment/tezos-protocol-environment-shell.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-base" "tezos-protocol-environment" "tezos-storage" diff --git a/src/lib_protocol_environment/tezos-protocol-environment-sigs.opam b/src/lib_protocol_environment/tezos-protocol-environment-sigs.opam index d4e730559..f6171f454 100644 --- a/src/lib_protocol_environment/tezos-protocol-environment-sigs.opam +++ b/src/lib_protocol_environment/tezos-protocol-environment-sigs.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-stdlib" { test } ] build: [ diff --git a/src/lib_protocol_environment/tezos-protocol-environment.opam b/src/lib_protocol_environment/tezos-protocol-environment.opam index 9585cbcb3..cac447158 100644 --- a/src/lib_protocol_environment/tezos-protocol-environment.opam +++ b/src/lib_protocol_environment/tezos-protocol-environment.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-base" "tezos-protocol-environment-sigs" "alcotest-lwt" { test } diff --git a/src/lib_protocol_updater/tezos-protocol-updater.opam b/src/lib_protocol_updater/tezos-protocol-updater.opam index 2fc706366..eb565ca23 100644 --- a/src/lib_protocol_updater/tezos-protocol-updater.opam +++ b/src/lib_protocol_updater/tezos-protocol-updater.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-base" "tezos-micheline" "tezos-protocol-compiler" diff --git a/src/lib_rpc/tezos-rpc.opam b/src/lib_rpc/tezos-rpc.opam index 9bf6bb5bd..dd4ce6fd6 100644 --- a/src/lib_rpc/tezos-rpc.opam +++ b/src/lib_rpc/tezos-rpc.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-error-monad" "tezos-data-encoding" "ocplib-resto" diff --git a/src/lib_rpc_http/tezos-rpc-http.opam b/src/lib_rpc_http/tezos-rpc-http.opam index f72ab17a8..a69ee8735 100644 --- a/src/lib_rpc_http/tezos-rpc-http.opam +++ b/src/lib_rpc_http/tezos-rpc-http.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-base" "ocplib-resto-directory" "ocplib-resto-cohttp" diff --git a/src/lib_shell/tezos-shell.opam b/src/lib_shell/tezos-shell.opam index b2047e79b..5a3b31579 100644 --- a/src/lib_shell/tezos-shell.opam +++ b/src/lib_shell/tezos-shell.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-base" "tezos-rpc-http" "tezos-p2p" diff --git a/src/lib_shell_services/tezos-shell-services.opam b/src/lib_shell_services/tezos-shell-services.opam index ed92afba0..ec16956ea 100644 --- a/src/lib_shell_services/tezos-shell-services.opam +++ b/src/lib_shell_services/tezos-shell-services.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-base" ] build: [ diff --git a/src/lib_stdlib/tezos-stdlib.opam b/src/lib_stdlib/tezos-stdlib.opam index 922b0657e..dc11534b1 100644 --- a/src/lib_stdlib/tezos-stdlib.opam +++ b/src/lib_stdlib/tezos-stdlib.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "cstruct" "hex" "ocplib-endian" diff --git a/src/lib_stdlib_unix/tezos-stdlib-unix.opam b/src/lib_stdlib_unix/tezos-stdlib-unix.opam index bbf59edd8..48ee28615 100644 --- a/src/lib_stdlib_unix/tezos-stdlib-unix.opam +++ b/src/lib_stdlib_unix/tezos-stdlib-unix.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-base" "lwt" { >= "3.0.0" } "ipaddr" diff --git a/src/lib_storage/tezos-storage.opam b/src/lib_storage/tezos-storage.opam index e4b99974c..5abae9a15 100644 --- a/src/lib_storage/tezos-storage.opam +++ b/src/lib_storage/tezos-storage.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-base" "leveldb" "irmin-leveldb" diff --git a/src/proto_alpha/bin_baker/tezos-baker-alpha.opam b/src/proto_alpha/bin_baker/tezos-baker-alpha.opam index b49ad7212..e3c31d151 100644 --- a/src/proto_alpha/bin_baker/tezos-baker-alpha.opam +++ b/src/proto_alpha/bin_baker/tezos-baker-alpha.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-base" "tezos-client-base" "tezos-client-genesis" diff --git a/src/proto_alpha/lib_baking/tezos-baking-alpha-commands.opam b/src/proto_alpha/lib_baking/tezos-baking-alpha-commands.opam index 58696e4d0..90242d8ee 100644 --- a/src/proto_alpha/lib_baking/tezos-baking-alpha-commands.opam +++ b/src/proto_alpha/lib_baking/tezos-baking-alpha-commands.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-base" "tezos-protocol-environment" "tezos-protocol-alpha" diff --git a/src/proto_alpha/lib_baking/tezos-baking-alpha.opam b/src/proto_alpha/lib_baking/tezos-baking-alpha.opam index 94c6a4061..a6eaa39e1 100644 --- a/src/proto_alpha/lib_baking/tezos-baking-alpha.opam +++ b/src/proto_alpha/lib_baking/tezos-baking-alpha.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-base" "tezos-protocol-environment" "tezos-protocol-alpha" diff --git a/src/proto_alpha/lib_client/tezos-client-alpha.opam b/src/proto_alpha/lib_client/tezos-client-alpha.opam index 2ac62d656..61da9607c 100644 --- a/src/proto_alpha/lib_client/tezos-client-alpha.opam +++ b/src/proto_alpha/lib_client/tezos-client-alpha.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-base" "tezos-protocol-environment" "tezos-protocol-alpha" diff --git a/src/proto_alpha/lib_client_commands/tezos-client-alpha-commands.opam b/src/proto_alpha/lib_client_commands/tezos-client-alpha-commands.opam index 55b7fb866..298bdb9d3 100644 --- a/src/proto_alpha/lib_client_commands/tezos-client-alpha-commands.opam +++ b/src/proto_alpha/lib_client_commands/tezos-client-alpha-commands.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-base" "tezos-protocol-environment" "tezos-protocol-alpha" diff --git a/src/proto_alpha/lib_protocol/tezos-embedded-protocol-alpha.opam b/src/proto_alpha/lib_protocol/tezos-embedded-protocol-alpha.opam index afd33cea5..43b53b51e 100644 --- a/src/proto_alpha/lib_protocol/tezos-embedded-protocol-alpha.opam +++ b/src/proto_alpha/lib_protocol/tezos-embedded-protocol-alpha.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-base" "tezos-protocol-compiler" "tezos-protocol-updater" diff --git a/src/proto_alpha/lib_protocol/tezos-protocol-alpha.opam b/src/proto_alpha/lib_protocol/tezos-protocol-alpha.opam index 0f36c9dd0..127567125 100644 --- a/src/proto_alpha/lib_protocol/tezos-protocol-alpha.opam +++ b/src/proto_alpha/lib_protocol/tezos-protocol-alpha.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-base" "tezos-protocol-compiler" "alcotest-lwt" { test } diff --git a/src/proto_demo/lib_protocol/tezos-embedded-protocol-demo.opam b/src/proto_demo/lib_protocol/tezos-embedded-protocol-demo.opam index 5f0a0a045..fd661dbbf 100644 --- a/src/proto_demo/lib_protocol/tezos-embedded-protocol-demo.opam +++ b/src/proto_demo/lib_protocol/tezos-embedded-protocol-demo.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-protocol-compiler" "tezos-protocol-updater" ] diff --git a/src/proto_demo/lib_protocol/tezos-protocol-demo.opam b/src/proto_demo/lib_protocol/tezos-protocol-demo.opam index f4421370d..5f9efaaf0 100644 --- a/src/proto_demo/lib_protocol/tezos-protocol-demo.opam +++ b/src/proto_demo/lib_protocol/tezos-protocol-demo.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-protocol-compiler" ] build: [ diff --git a/src/proto_genesis/lib_client/tezos-client-genesis.opam b/src/proto_genesis/lib_client/tezos-client-genesis.opam index 71149ff17..a82fdab7b 100644 --- a/src/proto_genesis/lib_client/tezos-client-genesis.opam +++ b/src/proto_genesis/lib_client/tezos-client-genesis.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-base" "tezos-shell-services" "tezos-client-base" diff --git a/src/proto_genesis/lib_protocol/tezos-embedded-protocol-genesis.opam b/src/proto_genesis/lib_protocol/tezos-embedded-protocol-genesis.opam index bdb90e0eb..93599188f 100644 --- a/src/proto_genesis/lib_protocol/tezos-embedded-protocol-genesis.opam +++ b/src/proto_genesis/lib_protocol/tezos-embedded-protocol-genesis.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-protocol-compiler" "tezos-protocol-updater" ] diff --git a/src/proto_genesis/lib_protocol/tezos-protocol-genesis.opam b/src/proto_genesis/lib_protocol/tezos-protocol-genesis.opam index 410d7c755..8bc91a5ba 100644 --- a/src/proto_genesis/lib_protocol/tezos-protocol-genesis.opam +++ b/src/proto_genesis/lib_protocol/tezos-protocol-genesis.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta18" } + "jbuilder" { build & = "1.0+beta19" } "tezos-protocol-compiler" ] build: [ diff --git a/vendors/ocaml-bip39/bip39.opam b/vendors/ocaml-bip39/bip39.opam index bd272861f..33182424e 100644 --- a/vendors/ocaml-bip39/bip39.opam +++ b/vendors/ocaml-bip39/bip39.opam @@ -12,7 +12,7 @@ tags: [] available: [ ocaml-version >= "4.03.0" ] build: [ "jbuilder" "build" "-j" jobs "-p" name "@install" ] depends: [ - "jbuilder" {build & = "1.0+beta18"} + "jbuilder" {build & = "1.0+beta19"} "base" {build & >= "v0.10.0"} "stdio" {build & >= "v0.10.0"} "nocrypto" {>= "0.5.4"} diff --git a/vendors/ocaml-pbkdf/pbkdf.opam b/vendors/ocaml-pbkdf/pbkdf.opam index 2691fa702..a799e6ce5 100644 --- a/vendors/ocaml-pbkdf/pbkdf.opam +++ b/vendors/ocaml-pbkdf/pbkdf.opam @@ -11,7 +11,7 @@ license: "BSD2" build: [ "jbuilder" "build" "-j" jobs "-p" name "@install" ] build-test: [ "jbuilder" "runtest" "-p" name "-j" jobs ] depends: [ - "jbuilder" {build & = "1.0+beta18"} + "jbuilder" {build & = "1.0+beta19"} "nocrypto" {>= "0.5.4"} "alcotest" {test & >= "0.8.1"} ]