fancadescala/build.sbt

7 lines
158 B
Plaintext
Raw Normal View History

2020-09-18 07:46:28 +00:00
lazy val core = (project in file("core")).settings(
2020-07-02 17:26:19 +00:00
organization := "tf.bug",
2020-09-18 07:46:28 +00:00
name := "fancade-core",
version := "2.0.0",
2020-07-02 18:08:37 +00:00
scalaVersion := "2.13.3",
2020-07-02 17:26:19 +00:00
)