Skip to content

Commit

Permalink
Update scala-js-macrotask-executor to 0.2.0 (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 13, 2021
1 parent 61396a1 commit 9bc70b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/depends.scala
Expand Up @@ -53,7 +53,7 @@ object depends {
)

def jsMacrotaskExecutor =
Seq(libraryDependencies += "org.scala-js" %%% "scala-js-macrotask-executor" % "0.1.0")
Seq(libraryDependencies += "org.scala-js" %%% "scala-js-macrotask-executor" % "0.2.0")

def jsTest =
Seq(
Expand Down

0 comments on commit 9bc70b8

Please sign in to comment.