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