From 76f3e0489bbe620620172bfbd8e861a7d3192664 Mon Sep 17 00:00:00 2001 From: Chris Stewart Date: Wed, 26 Feb 2020 07:50:17 -0600 Subject: [PATCH] Update try-bitcoin-s.sh (#1165) * Update try-bitcoin-s.sh * chmod script --- try-bitcoin-s.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 try-bitcoin-s.sh diff --git a/try-bitcoin-s.sh b/try-bitcoin-s.sh old mode 100644 new mode 100755 index d85060475d..6f5159d70f --- a/try-bitcoin-s.sh +++ b/try-bitcoin-s.sh @@ -19,7 +19,7 @@ protocol.ln, wallet.builder._, protocol.transaction._, \ script._, config._, protocol._ " # launch Ammonite with bitcoin-s on the classpath ~/.coursier/coursier launch -q -P \ - com.lihaoyi:ammonite_2.12.8:1.6.0 \ + com.lihaoyi:ammonite_2.12.10:1.9.2 \ org.bitcoin-s:bitcoin-s-core_2.12:latest.release \ -M ammonite.Main -- --banner "$MSG" \ - --predef-code "$IMPORT_STATEMENT" < /dev/tty \ No newline at end of file + --predef-code "$IMPORT_STATEMENT" < /dev/tty