From 77578fab07ed6b89abe6607f2e7490258bdc164b Mon Sep 17 00:00:00 2001 From: Santiago Bragagnolo Date: Sun, 20 Jan 2019 22:52:27 +0100 Subject: [PATCH] Passing to pharo 70 --- build/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.sh b/build/build.sh index 5aa1607..95f0368 100755 --- a/build/build.sh +++ b/build/build.sh @@ -7,7 +7,7 @@ set -e rm -fr cache mkdir -p cache cd cache -wget -O - get.pharo.org/50+vm | bash +wget -O - get.pharo.org/70+vm | bash echo "Loading Scale and Dependencies..." # Load stable version of the monticello configuration, according to