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

Commit

Permalink
Update macro lib to remove warning on traits extending js.Object thro…
Browse files Browse the repository at this point in the history
…ugh inheritance
  • Loading branch information
exoego committed Jun 22, 2020
1 parent f3dd8fb commit 7bcca8d
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 @@ -15,7 +15,7 @@ scalacOptions --= Seq(

val awsSdkScalajsFacadeVersion = "[0.29.0-v2.624.0,1.0)"
libraryDependencies ++= Seq(
"net.exoego" %%% "scalajs-types-util" % "0.2.0",
"net.exoego" %%% "scalajs-types-util" % "0.2.1",
"net.exoego" %%% "aws-sdk-scalajs-facade-dynamodb" % awsSdkScalajsFacadeVersion
)

Expand Down

0 comments on commit 7bcca8d

Please sign in to comment.