From c82cc076255905c10d5c6c74972952947f020388 Mon Sep 17 00:00:00 2001 From: Wojciech Danilo Date: Fri, 7 Jun 2019 11:17:40 +0200 Subject: [PATCH] Adding missing sbt files --- project/build.properties | 1 + project/plugins.sbt | 1 + 2 files changed, 2 insertions(+) create mode 100644 project/build.properties create mode 100644 project/plugins.sbt diff --git a/project/build.properties b/project/build.properties new file mode 100644 index 0000000000..c0bab04941 --- /dev/null +++ b/project/build.properties @@ -0,0 +1 @@ +sbt.version=1.2.8 diff --git a/project/plugins.sbt b/project/plugins.sbt new file mode 100644 index 0000000000..b5cf198008 --- /dev/null +++ b/project/plugins.sbt @@ -0,0 +1 @@ +addSbtPlugin("de.sciss" % "sbt-jflex" % "0.4.0") \ No newline at end of file