From aec08f67603c7e82b4aff1ce9290ba3d0c3453d7 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Tue, 25 Sep 2018 11:25:24 -0400 Subject: [PATCH] 1.3.0-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index acb87d225..33048f639 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ def buildLevelSettings: Seq[Setting[_]] = inThisBuild( Seq( organization := "org.scala-sbt", - version := "1.2.1-SNAPSHOT", + version := "1.3.0-SNAPSHOT", description := "sbt is an interactive build tool", bintrayOrganization := Some("sbt"), bintrayRepository := {