Skip to content

Commit

Permalink
build.sbt for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ticofab committed Dec 18, 2015
1 parent 6d6cfc9 commit 0702066
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
aws-request-signer
===

Helper to evaluate the signing headers for HTTP requests to Amazon Web Services. This is a Scala port of the Java [aws-signing-request-interceptor](https://github.com/inreachventures/aws-signing-request-interceptor).

I originally needed this library to support AWS' [Elasticsearch Service](https://aws.amazon.com/elasticsearch-service/), but this library is 'AWS service agnostic'.


6 changes: 5 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name := """aws-request-signer"""

organization := "io.ticofab"

licenses += ("The Apache Software License, Version 2.0", url("http://www.apache.org/licenses/LICENSE-2.0.txt"))
version := "0.1.0"

licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0.txt"))

javacOptions ++= Seq("-source", "1.8", "-target", "1.8")

Expand All @@ -19,4 +21,6 @@ libraryDependencies ++= Seq(

)

bintrayPackageLabels := Seq("scala", "aws")

com.typesafe.sbt.SbtGit.versionWithGit

0 comments on commit 0702066

Please sign in to comment.