mirror of https://github.com/sbt/sbt.git
Updates for 1.0.0-RC11
This commit is contained in:
parent
5ef2bc89d3
commit
11486ea2ad
|
|
@ -20,6 +20,7 @@ object Mima {
|
|||
"1.0.0-RC8",
|
||||
"1.0.0-RC9",
|
||||
"1.0.0-RC10",
|
||||
"1.0.0-RC11",
|
||||
"" // binary compatibility versions
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ libs ++= Seq(
|
|||
)
|
||||
|
||||
// important: this line is matched / substituted during releases (via sbt-release)
|
||||
def coursierVersion = "1.0.0-RC10"
|
||||
def coursierVersion = "1.0.0-RC11"
|
||||
|
||||
// required for just released things
|
||||
resolvers += Resolver.sonatypeRepo("releases")
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ addSbtPlugin("io.get-coursier" % "sbt-coursier" % coursierVersion)
|
|||
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.0")
|
||||
|
||||
// important: this line is matched / substituted during releases (via sbt-release)
|
||||
def coursierVersion = "1.0.0-RC10"
|
||||
def coursierVersion = "1.0.0-RC11"
|
||||
|
||||
// required for just released things
|
||||
resolvers += Resolver.sonatypeRepo("releases")
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
addSbtPlugin("io.get-coursier" % "sbt-coursier" % coursierVersion)
|
||||
|
||||
// important: this line is matched / substituted during releases (via sbt-release)
|
||||
def coursierVersion = "1.0.0-RC10"
|
||||
def coursierVersion = "1.0.0-RC11"
|
||||
|
||||
// required for just released things
|
||||
resolvers += Resolver.sonatypeRepo("releases")
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=1.0.0-RC10
|
||||
VERSION=1.0.0-RC11
|
||||
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-RC10
|
||||
VERSION=1.0.0-RC11
|
||||
|
||||
"$(dirname "$0")/../coursier" bootstrap \
|
||||
"io.get-coursier:sbt-launcher_2.11:$VERSION" \
|
||||
|
|
|
|||
Loading…
Reference in New Issue