Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gheine committed Jan 27, 2020
1 parent 971f58e commit 1941477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
An sbt plugin to deploy code to AWS Lambda.
A fork and new home of the unmaintained Gilt sbt plugin, now under the [GFC Collective](https://github.com/gfc-collective) umbrella, maintained by some of the original authors.

This plugin is available for sbt 1.x. The latest version (1.0.0) was released on 21/Jan/2020.
This plugin is available for sbt 1.x. The latest version (1.1.0) was released on 27/Jan/2020.

Installation
------------

Add the following to your `project/plugins.sbt` file:

```scala
addSbtPlugin("org.gfccollective" % "sbt-aws-lambda" % "1.0.0")
addSbtPlugin("org.gfccollective" % "sbt-aws-lambda" % "1.1.0")
```

Add the `AwsLambdaPlugin` auto-plugin to your build.sbt:
Expand Down

0 comments on commit 1941477

Please sign in to comment.