mirror of
https://github.com/phfroidmont/scalive.git
synced 2025-12-25 05:26:59 +01:00
Fix events processing
This commit is contained in:
parent
fcc5f1799e
commit
4af9a78408
3 changed files with 16 additions and 19 deletions
|
|
@ -16,7 +16,8 @@ trait ScalaCommon extends ScalaModule:
|
|||
"-preview",
|
||||
"-feature",
|
||||
"-language:implicitConversions",
|
||||
"-Wvalue-discard"
|
||||
"-Wvalue-discard",
|
||||
"-Wnonunit-statement"
|
||||
)
|
||||
|
||||
object core extends ScalaCommon:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue