Updates for 1.0.0-RC9

This commit is contained in:
Alexandre Archambault
2017-08-05 15:32:06 +02:00
parent 138cb0a477
commit ef596c12c3
10 changed files with 24 additions and 23 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
VERSION=1.0.0-RC8
VERSION=1.0.0-RC9
CACHE_VERSION=v1
SBTPACK_LAUNCHER="$(dirname "$0")/../cli/target/pack/bin/coursier"
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
VERSION=1.0.0-RC8
VERSION=1.0.0-RC9
"$(dirname "$0")/../coursier" bootstrap \
"io.get-coursier:sbt-launcher_2.11:$VERSION" \