mirror of
https://github.com/phfroidmont/scalive.git
synced 2025-12-25 05:26:59 +01:00
Initial commit
This commit is contained in:
commit
ed71df15f3
7 changed files with 218 additions and 0 deletions
6
build.mill
Normal file
6
build.mill
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package build
|
||||
import mill.*, scalalib.*
|
||||
|
||||
object core extends ScalaModule:
|
||||
def scalaVersion = "3.7.2"
|
||||
def scalacOptions = Seq("-Wunused:all")
|
||||
Loading…
Add table
Add a link
Reference in a new issue