From 5bc4881fb424627818c4bfe1d03a79023d8a911a Mon Sep 17 00:00:00 2001 From: Sean Young <sean.young@monax.io> Date: Tue, 18 Sep 2018 13:49:01 +0100 Subject: [PATCH] Move to solidity 0.4.25 Signed-off-by: Sean Young <sean.young@monax.io> --- tests/scripts/deps/solc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/deps/solc.sh b/tests/scripts/deps/solc.sh index 44754eb8..14944389 100755 --- a/tests/scripts/deps/solc.sh +++ b/tests/scripts/deps/solc.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e # Static solc that will run on linux included Alpine -SOLC_URL="https://github.com/ethereum/solidity/releases/download/v0.4.24/solc-static-linux" +SOLC_URL="https://github.com/ethereum/solidity/releases/download/v0.4.25/solc-static-linux" SOLC_BIN="$1" wget -O "$SOLC_BIN" "$SOLC_URL" -- GitLab