Exception: Sbt.TrapExitSecurityException Thrown From The UncaughtExceptionHandler In Thread Run

[Solved] Exception: Sbt.TrapExitSecurityException Thrown From The UncaughtExceptionHandler In Thread Run | Scala - Code Explorer | yomemimo.com
Question : Exception: sbt.TrapExitSecurityException thrown from the UncaughtExceptionHandler in thread "run-main-0"

Answered by : filaseta-angelo

// build.sbt
trapExit := false

Source : https://stackoverflow.com/questions/21464673/sbt-trapexitsecurityexception-thrown-at-sbt-run | Last Update : Fri, 13 Aug 21

Answers related to Exception: sbt.TrapExitSecurityException thrown from the UncaughtExceptionHandler in thread run main 0

Code Explorer Popular Question For Scala