mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-04-25 01:37:17 +00:00
6 lines
96 B
Scala
6 lines
96 B
Scala
name := "ffxivbis"
|
|
|
|
scalaVersion := "2.13.1"
|
|
|
|
scalacOptions ++= Seq("-deprecation", "-feature")
|