Skip to content

Commit

Permalink
Merge pull request #33 from Shadowfiend/sbt-tweak
Browse files Browse the repository at this point in the history
Add brackets around pomExtra.
  • Loading branch information
Shadowfiend committed Aug 11, 2015
2 parents 74992d4 + 938030b commit 8486b86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Expand Up @@ -6,7 +6,7 @@ organization := "com.openstudy"

version := "0.5.0-SNAPSHOT"

pomExtra :=
pomExtra := {
<url>http://github.com/Shadowfiend/sbt-resource-management</url>
<licenses>
<license>
Expand All @@ -31,6 +31,7 @@ pomExtra :=
<email>matt@frmr.me</email>
</developer>
</developers>
}

libraryDependencies += "com.amazonaws" % "aws-java-sdk" % "1.7.5"

Expand Down

0 comments on commit 8486b86

Please sign in to comment.