From 3a20ab6cbc09b4776ebe13bfe9f63e962a21b962 Mon Sep 17 00:00:00 2001 From: Marcin Cichocki Date: Tue, 6 Mar 2018 13:26:04 +0000 Subject: [PATCH] Create build.sbt added sbt support --- build.sbt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 build.sbt diff --git a/build.sbt b/build.sbt new file mode 100644 index 0000000..c464801 --- /dev/null +++ b/build.sbt @@ -0,0 +1,3 @@ +import sbt.Keys._ + +name := "nocode"