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