From 0843cd6a3c9fde0b29b9cfde834b536db47df048 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Fri, 14 Sep 2018 03:28:12 -0400 Subject: [PATCH] sbt 1.2.3 --- build.sbt | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 0328e6eb6..a262df4c0 100644 --- a/build.sbt +++ b/build.sbt @@ -82,7 +82,7 @@ val mimaSettings = Def settings ( Seq( "1.0.0", "1.0.1", "1.0.2", "1.0.3", "1.0.4", "1.1.0", "1.1.1", "1.1.2", "1.1.3", "1.1.4", "1.1.5", "1.1.6", - "1.2.0" + "1.2.0", "1.2.1", "1.2.3" ).map { v => organization.value % moduleName.value % v cross (if (crossPaths.value) CrossVersion.binary else CrossVersion.disabled) }.toSet diff --git a/project/build.properties b/project/build.properties index 5620cc502..0cd8b0798 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.2.1 +sbt.version=1.2.3