From 3247e69cc8c4361bf6a5338bed907fb7efecccf7 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Fri, 7 Apr 2017 03:16:43 -0400 Subject: [PATCH] 0.13.15-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3302bdf89..51174f5aa 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ import Sxr.sxr // but can be shared across the multi projects. def buildLevelSettings: Seq[Setting[_]] = inThisBuild(Seq( organization := "org.scala-sbt", - version := "0.13.14-RC2", + version := "0.13.15-SNAPSHOT", bintrayOrganization := Some(if (publishStatus.value == "releases") "typesafe" else "sbt"), bintrayRepository := s"ivy-${publishStatus.value}", bintrayPackage := "sbt",