summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
new file mode 100644
index 00000000..6836cb4f
--- /dev/null
+++ b/build.sbt
@@ -0,0 +1,5 @@
+scalaVersion := "2.12.3"
+
+name := "hbt"
+
+organization := "com.lihaoyi"