Skip to content

Commit

Permalink
Update sbt-assembly and AWS APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
fiadliel committed Jul 13, 2016
1 parent 19479a3 commit d56c321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ sbtPlugin := true

version in ThisBuild := "git describe --tags --always --dirty".!!.trim.replaceFirst("^v", "")

addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.13.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.3")

val awsSdkVersion = "1.10.27"
val awsSdkVersion = "1.10.77"

libraryDependencies ++= Seq(
"com.amazonaws" % "aws-java-sdk-iam" % awsSdkVersion,
Expand Down

0 comments on commit d56c321

Please sign in to comment.