mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-04-24 17:27:17 +00:00
10 lines
160 B
Scala
10 lines
160 B
Scala
organization := "me.arcanis"
|
|
|
|
name := "ffxivbis"
|
|
|
|
scalaVersion := "2.13.12"
|
|
|
|
scalacOptions ++= Seq("-deprecation", "-feature")
|
|
|
|
enablePlugins(JavaAppPackaging)
|