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 #176 from exoego/aws-sdk
Browse files Browse the repository at this point in the history
Update base aws-sdk version
  • Loading branch information
exoego authored Aug 19, 2020
2 parents 836826a + 5005411 commit 7fdd5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ scalacOptions --= Seq(
"-Ywarn-unused:params"
)

val awsSdkScalajsFacadeVersion = "[0.29.0-v2.624.0,1.0)"
val awsSdkScalajsFacadeVersion = "[0.31.0-v2.731.0,1.0)"
libraryDependencies ++= Seq(
"net.exoego" %%% "scalajs-types-util" % "0.3.0" % Provided,
"net.exoego" %%% "aws-sdk-scalajs-facade-dynamodb" % awsSdkScalajsFacadeVersion
Expand Down

0 comments on commit 7fdd5ee

Please sign in to comment.