From f07a13d9a3b76f7f40d6e2da0a82fe05ecf6a372 Mon Sep 17 00:00:00 2001 From: Shigeki Shoji Date: Sat, 9 Jun 2018 23:18:21 +0900 Subject: [PATCH] Make it successful if the exception message is "No updates are to be performed." in the update stack --- README.rst | 2 +- build.sbt | 2 +- build.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 5293bb9..9483eee 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,7 @@ Installation project/plugins.sbt:: - addSbtPlugin("com.pigumer.sbt.cloud" % "sbt-aws-cloudformation" % "5.0.21") + addSbtPlugin("com.pigumer.sbt.cloud" % "sbt-aws-cloudformation" % "5.0.22") your build.sbt:: diff --git a/build.sbt b/build.sbt index e70e759..8d04c34 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ lazy val root = (project in file(".")). settings( organization := "com.pigumer.sbt.cloud", name := "sbt-aws-cloudformation", - version := "5.0.22-SNAPSHOT", + version := "5.0.22", sbtPlugin := true, scalaCompilerBridgeSource := { val sv = appConfiguration.value.provider.id.version diff --git a/build.sh b/build.sh index 311e06b..aedc041 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,3 @@ -sbt ++2.12.4 "^^1.0.0" compile publishSigned +sbt ++2.12.6 "^^1.1.6" compile publishSigned sbt ++2.10.6 "^^0.13.16" compile publishSigned sbt sonatypeReleaseAll