mirror of
https://github.com/phfroidmont/scalive.git
synced 2025-12-25 05:26:59 +01:00
7 lines
145 B
Text
7 lines
145 B
Text
|
|
package build
|
||
|
|
import mill.*, scalalib.*
|
||
|
|
|
||
|
|
object core extends ScalaModule:
|
||
|
|
def scalaVersion = "3.7.2"
|
||
|
|
def scalacOptions = Seq("-Wunused:all")
|