Skip to content

Commit

Permalink
Update scala-js-macrotask-executor to 1.1.1 (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 23, 2024
1 parent 873eb76 commit cd784c8
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 @@ -97,7 +97,7 @@ lazy val oauth2 = crossProject(JSPlatform, JVMPlatform)
compilerPlugins
)
.jsSettings(
libraryDependencies ++= Seq("org.scala-js" %%% "scala-js-macrotask-executor" % "1.0.0")
libraryDependencies ++= Seq("org.scala-js" %%% "scala-js-macrotask-executor" % "1.1.1")
)

lazy val `oauth2-circe` = crossProject(JSPlatform, JVMPlatform)
Expand Down

0 comments on commit cd784c8

Please sign in to comment.