From 10afc1f0a19a8d5a7eede56fdf84f579c4a897ad Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Mon, 10 Aug 2015 20:32:24 -0400 Subject: [PATCH] 0.13.9 --- build.sbt | 2 +- src/main/conscript/sbt/launchconfig | 4 +++- src/main/conscript/scalas/launchconfig | 4 +++- src/main/conscript/screpl/launchconfig | 4 +++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 0f802c394..94392be9a 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ import Sxr.sxr // but can be shared across the multi projects. def buildLevelSettings: Seq[Setting[_]] = Seq( organization in ThisBuild := "org.scala-sbt", - version in ThisBuild := "0.13.9-SNAPSHOT", + version in ThisBuild := "0.13.9", // bintrayOrganization in ThisBuild := None, // bintrayRepository in ThisBuild := "test-test-test", bintrayOrganization in ThisBuild := { diff --git a/src/main/conscript/sbt/launchconfig b/src/main/conscript/sbt/launchconfig index f884aebcc..7394c4fd5 100644 --- a/src/main/conscript/sbt/launchconfig +++ b/src/main/conscript/sbt/launchconfig @@ -4,7 +4,7 @@ [app] org: ${sbt.organization-org.scala-sbt} name: sbt - version: ${sbt.version-read(sbt.version)[0.13.8]} + version: ${sbt.version-read(sbt.version)[0.13.9]} class: sbt.xMain components: xsbti,extra cross-versioned: ${sbt.cross.versioned-false} @@ -12,9 +12,11 @@ [repositories] local + jcenter: https://jcenter.bintray.com/ typesafe-ivy-releases: https://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly maven-central + [boot] directory: ${sbt.boot.directory-${sbt.global.base-${user.home}/.sbt}/boot/} diff --git a/src/main/conscript/scalas/launchconfig b/src/main/conscript/scalas/launchconfig index b3a9cc26d..ab0bdeacd 100644 --- a/src/main/conscript/scalas/launchconfig +++ b/src/main/conscript/scalas/launchconfig @@ -4,7 +4,7 @@ [app] org: ${sbt.organization-org.scala-sbt} name: sbt - version: ${sbt.version-read(sbt.version)[0.13.8]} + version: ${sbt.version-read(sbt.version)[0.13.9]} class: sbt.ScriptMain components: xsbti,extra cross-versioned: ${sbt.cross.versioned-false} @@ -12,9 +12,11 @@ [repositories] local + jcenter: https://jcenter.bintray.com/ typesafe-ivy-releases: https://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly maven-central + [boot] directory: ${sbt.boot.directory-${sbt.global.base-${user.home}/.sbt}/boot/} diff --git a/src/main/conscript/screpl/launchconfig b/src/main/conscript/screpl/launchconfig index c73788eed..4bd4e8d0c 100644 --- a/src/main/conscript/screpl/launchconfig +++ b/src/main/conscript/screpl/launchconfig @@ -4,7 +4,7 @@ [app] org: ${sbt.organization-org.scala-sbt} name: sbt - version: ${sbt.version-read(sbt.version)[0.13.8]} + version: ${sbt.version-read(sbt.version)[0.13.9]} class: sbt.ConsoleMain components: xsbti,extra cross-versioned: ${sbt.cross.versioned-false} @@ -12,9 +12,11 @@ [repositories] local + jcenter: https://jcenter.bintray.com/ typesafe-ivy-releases: https://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly maven-central + [boot] directory: ${sbt.boot.directory-${sbt.global.base-${user.home}/.sbt}/boot/}