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