Skip to content

Commit

Permalink
Make it successful if the exception message is "No updates are to be …
Browse files Browse the repository at this point in the history
…performed." in the update stack
  • Loading branch information
takesection committed Jun 9, 2018
1 parent 8702551 commit f07a13d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f07a13d

Please sign in to comment.