Skip to content

Commit

Permalink
Updates for 1.0.0-RC12
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Sep 20, 2017
1 parent c2e7bf8 commit 799619d
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 5 deletions.
Binary file modified coursier
Binary file not shown.
Binary file modified csbt
Binary file not shown.
1 change: 1 addition & 0 deletions project/Mima.scala
Expand Up @@ -21,6 +21,7 @@ object Mima {
"1.0.0-RC9", "1.0.0-RC9",
"1.0.0-RC10", "1.0.0-RC10",
"1.0.0-RC11", "1.0.0-RC11",
"1.0.0-RC12",
"" // binary compatibility versions "" // binary compatibility versions
) )


Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -21,7 +21,7 @@ libs ++= Seq(
) )


// important: this line is matched / substituted during releases (via sbt-release) // important: this line is matched / substituted during releases (via sbt-release)
def coursierVersion = "1.0.0-RC11" def coursierVersion = "1.0.0-RC12"


// required for just released things // required for just released things
resolvers += Resolver.sonatypeRepo("releases") resolvers += Resolver.sonatypeRepo("releases")
Expand Down
2 changes: 1 addition & 1 deletion project/project/plugins.sbt
Expand Up @@ -2,7 +2,7 @@ addSbtPlugin("io.get-coursier" % "sbt-coursier" % coursierVersion)
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.0") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.0")


// important: this line is matched / substituted during releases (via sbt-release) // important: this line is matched / substituted during releases (via sbt-release)
def coursierVersion = "1.0.0-RC11" def coursierVersion = "1.0.0-RC12"


// required for just released things // required for just released things
resolvers += Resolver.sonatypeRepo("releases") resolvers += Resolver.sonatypeRepo("releases")
2 changes: 1 addition & 1 deletion project/project/project/plugins.sbt
@@ -1,7 +1,7 @@
addSbtPlugin("io.get-coursier" % "sbt-coursier" % coursierVersion) addSbtPlugin("io.get-coursier" % "sbt-coursier" % coursierVersion)


// important: this line is matched / substituted during releases (via sbt-release) // important: this line is matched / substituted during releases (via sbt-release)
def coursierVersion = "1.0.0-RC11" def coursierVersion = "1.0.0-RC12"


// required for just released things // required for just released things
resolvers += Resolver.sonatypeRepo("releases") resolvers += Resolver.sonatypeRepo("releases")
2 changes: 1 addition & 1 deletion scripts/generate-launcher.sh
@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash


VERSION=1.0.0-RC11 VERSION=1.0.0-RC12
CACHE_VERSION=v1 CACHE_VERSION=v1


SBTPACK_LAUNCHER="$(dirname "$0")/../cli/target/pack/bin/coursier" SBTPACK_LAUNCHER="$(dirname "$0")/../cli/target/pack/bin/coursier"
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-sbt-launcher.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -e set -e


VERSION=1.0.0-RC11 VERSION=1.0.0-RC12


"$(dirname "$0")/../coursier" bootstrap \ "$(dirname "$0")/../coursier" bootstrap \
"io.get-coursier:sbt-launcher_2.11:$VERSION" \ "io.get-coursier:sbt-launcher_2.11:$VERSION" \
Expand Down

0 comments on commit 799619d

Please sign in to comment.