From 83581db93fec92717e6d34df360bd9e5167abf34 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sat, 22 Apr 2017 05:09:22 -0400 Subject: [PATCH] Bump to 0.13.16-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 51174f5aa..6c5bc4a55 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.15-SNAPSHOT", + version := "0.13.16-SNAPSHOT", bintrayOrganization := Some(if (publishStatus.value == "releases") "typesafe" else "sbt"), bintrayRepository := s"ivy-${publishStatus.value}", bintrayPackage := "sbt",