Skip to content

Commit

Permalink
v5.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
takesection committed Jun 16, 2019
1 parent 2b25052 commit 615e880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A sbt plugin for AWS CloudFormation.
project/plugins.sbt

```sbt
addSbtPlugin("com.pigumer.sbt.cloud" % "sbt-aws-cloudformation" % "5.0.27-SNAPSHOT")
addSbtPlugin("com.pigumer.sbt.cloud" % "sbt-aws-cloudformation" % "5.0.27")
```

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.27-SNAPSHOT",
version := "5.0.27",
sbtPlugin := true,
javacOptions ++= Seq("-target", "1.8"),
scalaCompilerBridgeSource := {
Expand Down

0 comments on commit 615e880

Please sign in to comment.