Skip to content

Commit cd784c8

Browse files
Update scala-js-macrotask-executor to 1.1.1 (#327)
1 parent 873eb76 commit cd784c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ lazy val oauth2 = crossProject(JSPlatform, JVMPlatform)
9797
compilerPlugins
9898
)
9999
.jsSettings(
100-
libraryDependencies ++= Seq("org.scala-js" %%% "scala-js-macrotask-executor" % "1.0.0")
100+
libraryDependencies ++= Seq("org.scala-js" %%% "scala-js-macrotask-executor" % "1.1.1")
101101
)
102102

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

0 commit comments

Comments
 (0)