mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 09:30:21 +02:00
Updates for 1.0.0-RC9
This commit is contained in:
@@ -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,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" \
|
||||
|
||||
Reference in New Issue
Block a user