We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873eb76 commit cd784c8Copy full SHA for cd784c8
build.sbt
@@ -97,7 +97,7 @@ lazy val oauth2 = crossProject(JSPlatform, JVMPlatform)
97
compilerPlugins
98
)
99
.jsSettings(
100
- libraryDependencies ++= Seq("org.scala-js" %%% "scala-js-macrotask-executor" % "1.0.0")
+ libraryDependencies ++= Seq("org.scala-js" %%% "scala-js-macrotask-executor" % "1.1.1")
101
102
103
lazy val `oauth2-circe` = crossProject(JSPlatform, JVMPlatform)
0 commit comments