mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-04-24 09:17:18 +00:00
8 lines
129 B
Scala
8 lines
129 B
Scala
name := "ffxivbis"
|
|
|
|
scalaVersion := "2.13.6"
|
|
|
|
scalacOptions ++= Seq("-deprecation", "-feature")
|
|
|
|
enablePlugins(JavaAppPackaging)
|