Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #302 from exoego/release
Browse files Browse the repository at this point in the history
Release 0.32.0
  • Loading branch information
exoego committed Nov 24, 2020
2 parents b2c463e + e454513 commit 230a791
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 @@ -13,7 +13,7 @@ You may find the below peer facades useful when developing app with AWS.
## Getting Started

```sbt
libraryDependencies += "net.exoego" %%% "aws-sdk-scalajs-facade" % "0.31.0-v2.731.0"
libraryDependencies += "net.exoego" %%% "aws-sdk-scalajs-facade" % "0.32.0-v2.798.0"
scalaJSLinkerConfig ~= (_.withModuleKind(ModuleKind.CommonJSModule))

// Below are optional. Required when bundling aws-sdk for testing in sbt or
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.31.0-v2.731.0"
version in ThisBuild := "0.32.0-v2.798.0"

0 comments on commit 230a791

Please sign in to comment.