From 21efb2dc9daee3b1cd9f267456eedcdb09a07e72 Mon Sep 17 00:00:00 2001 From: Arthur B Date: Wed, 4 Apr 2018 10:00:31 +0200 Subject: [PATCH] Jbuilder: update to beta.19.1 --- src/bin_client/tezos-client.opam | 2 +- src/bin_node/tezos-node.opam | 2 +- src/lib_base/tezos-base.opam | 2 +- src/lib_clic/tezos-clic.opam | 2 +- src/lib_client_base/tezos-client-base.opam | 2 +- src/lib_client_base_unix/tezos-client-base-unix.opam | 2 +- src/lib_client_commands/tezos-client-commands.opam | 2 +- src/lib_crypto/tezos-crypto.opam | 2 +- src/lib_data_encoding/tezos-data-encoding.opam | 2 +- src/lib_error_monad/tezos-error-monad.opam | 2 +- src/lib_micheline/tezos-micheline.opam | 2 +- src/lib_p2p/tezos-p2p.opam | 2 +- src/lib_protocol_compiler/tezos-protocol-compiler.opam | 2 +- .../tezos-protocol-environment-shell.opam | 2 +- .../tezos-protocol-environment-sigs.opam | 2 +- src/lib_protocol_environment/tezos-protocol-environment.opam | 2 +- src/lib_protocol_updater/tezos-protocol-updater.opam | 2 +- src/lib_rpc/tezos-rpc.opam | 2 +- src/lib_rpc_http/tezos-rpc-http.opam | 2 +- src/lib_shell/tezos-shell.opam | 2 +- src/lib_shell_services/tezos-shell-services.opam | 2 +- src/lib_stdlib/tezos-stdlib.opam | 2 +- src/lib_stdlib_unix/tezos-stdlib-unix.opam | 2 +- src/lib_storage/tezos-storage.opam | 2 +- src/proto_alpha/bin_baker/tezos-baker-alpha.opam | 2 +- src/proto_alpha/lib_baking/tezos-baking-alpha-commands.opam | 2 +- src/proto_alpha/lib_baking/tezos-baking-alpha.opam | 2 +- src/proto_alpha/lib_client/tezos-client-alpha.opam | 2 +- .../lib_client_commands/tezos-client-alpha-commands.opam | 2 +- src/proto_alpha/lib_protocol/tezos-embedded-protocol-alpha.opam | 2 +- src/proto_alpha/lib_protocol/tezos-protocol-alpha.opam | 2 +- src/proto_demo/lib_protocol/tezos-embedded-protocol-demo.opam | 2 +- src/proto_demo/lib_protocol/tezos-protocol-demo.opam | 2 +- src/proto_genesis/lib_client/tezos-client-genesis.opam | 2 +- .../lib_protocol/tezos-embedded-protocol-genesis.opam | 2 +- src/proto_genesis/lib_protocol/tezos-protocol-genesis.opam | 2 +- vendors/ocaml-bip39/bip39.opam | 2 +- vendors/ocaml-pbkdf/pbkdf.opam | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/src/bin_client/tezos-client.opam b/src/bin_client/tezos-client.opam index a9cfc2aef..8d1f66c55 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "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 cd0bd7ac1..5eb42510a 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "tezos-base" "tezos-rpc-http" "tezos-p2p" diff --git a/src/lib_base/tezos-base.opam b/src/lib_base/tezos-base.opam index 5befc6dd7..06ef34139 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "tezos-stdlib" "tezos-crypto" "tezos-data-encoding" diff --git a/src/lib_clic/tezos-clic.opam b/src/lib_clic/tezos-clic.opam index ce8444a8b..20f799676 100644 --- a/src/lib_clic/tezos-clic.opam +++ b/src/lib_clic/tezos-clic.opam @@ -8,7 +8,7 @@ dev-repo: "https://gitlab.com/tezos/tezos.git" license: "unreleased" depends: [ "ocamlfind" { build } - "jbuilder" { build & = "1.0+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "tezos-stdlib" "tezos-error-monad" ] diff --git a/src/lib_client_base/tezos-client-base.opam b/src/lib_client_base/tezos-client-base.opam index 3f3ab2cbe..f85181618 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "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 297709442..1fcbf3280 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "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 5f983f354..00343ca0f 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "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 d6b778ddc..b3f04bdfe 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "tezos-stdlib" "tezos-data-encoding" "tezos-error-monad" diff --git a/src/lib_data_encoding/tezos-data-encoding.opam b/src/lib_data_encoding/tezos-data-encoding.opam index 3e27d2ae9..7571e8218 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "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 d0e244429..f0e00ebf2 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "tezos-stdlib" "tezos-data-encoding" "lwt" diff --git a/src/lib_micheline/tezos-micheline.opam b/src/lib_micheline/tezos-micheline.opam index fb38d6655..f5c498830 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "tezos-data-encoding" "tezos-error-monad" "uutf" diff --git a/src/lib_p2p/tezos-p2p.opam b/src/lib_p2p/tezos-p2p.opam index 0b91df2c1..e8e5fb4cd 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "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 e81b09abb..bdafe091f 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "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 37833b505..ea31d9202 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "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 f6171f454..37e981e2f 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "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 cac447158..377db5119 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "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 eb565ca23..844fcca38 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "tezos-base" "tezos-micheline" "tezos-protocol-compiler" diff --git a/src/lib_rpc/tezos-rpc.opam b/src/lib_rpc/tezos-rpc.opam index dd4ce6fd6..b2eddd047 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "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 a69ee8735..64ab7c68d 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "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 5a3b31579..e54e5d895 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "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 ec16956ea..381097ac3 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "tezos-base" ] build: [ diff --git a/src/lib_stdlib/tezos-stdlib.opam b/src/lib_stdlib/tezos-stdlib.opam index dc11534b1..32f551109 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "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 48ee28615..467b2708a 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "tezos-base" "lwt" { >= "3.0.0" } "ipaddr" diff --git a/src/lib_storage/tezos-storage.opam b/src/lib_storage/tezos-storage.opam index 5abae9a15..ccac44c1b 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "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 e3c31d151..df135bfec 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "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 90242d8ee..2a7c1f6a7 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "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 a6eaa39e1..d7f8aba72 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "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 61da9607c..047225271 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "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 298bdb9d3..faf043518 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "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 43b53b51e..7fbbe1569 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "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 127567125..c6975f6ca 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "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 fd661dbbf..7ca88f78d 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+beta19" } + "jbuilder" { build & >= "1.0+beta19.1" } "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 5f9efaaf0..61e7a38f7 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+beta19" } + "jbuilder" { build & >= "1.0+beta19.1" } "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 a82fdab7b..f9e4d918f 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "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 93599188f..80ab3eb68 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "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 8bc91a5ba..3161e808f 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+beta19" } + "jbuilder" { build & = "1.0+beta19.1" } "tezos-protocol-compiler" ] build: [ diff --git a/vendors/ocaml-bip39/bip39.opam b/vendors/ocaml-bip39/bip39.opam index 33182424e..b3b486f89 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+beta19"} + "jbuilder" {build & = "1.0+beta19.1"} "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 a799e6ce5..e50cf0f0a 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+beta19"} + "jbuilder" {build & = "1.0+beta19.1"} "nocrypto" {>= "0.5.4"} "alcotest" {test & >= "0.8.1"} ]