Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
fedefernandez committed Jan 11, 2023
1 parent 8e60f26 commit a433e26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ lazy val github4s = (crossProject(JSPlatform, JVMPlatform))
// See the README for why this is necessary
// https://github.com/scala-js/scala-js-macrotask-executor/tree/v1.0.0
// tl;dr: without it, performance problems and concurrency bugs abound
libraryDependencies += "org.scala-js" %%% "scala-js-macrotask-executor" % "1.0.0" % Test
libraryDependencies += "org.scala-js" %%% "scala-js-macrotask-executor" % "1.0.0" % Test,
// Disable nonunit warning on tests
Test / scalacOptions -= "-Wnonunit-statement"
)

//////////
Expand Down

0 comments on commit a433e26

Please sign in to comment.