From 39d992717929f8d5f935b727c8ee095ed726ca1f Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Thu, 8 Feb 2018 13:08:32 -0500 Subject: [PATCH] 1.1.2-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0dca48aae..59cf7394c 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ def buildLevelSettings: Seq[Setting[_]] = inThisBuild( Seq( organization := "org.scala-sbt", - version := "1.1.1-SNAPSHOT", + version := "1.1.2-SNAPSHOT", description := "sbt is an interactive build tool", bintrayOrganization := Some("sbt"), bintrayRepository := {