summaryrefslogtreecommitdiff
path: root/support/tlcockpit/project
diff options
context:
space:
mode:
Diffstat (limited to 'support/tlcockpit/project')
-rw-r--r--support/tlcockpit/project/assembly.sbt1
-rw-r--r--support/tlcockpit/project/build.properties1
-rw-r--r--support/tlcockpit/project/plugins.sbt1
3 files changed, 3 insertions, 0 deletions
diff --git a/support/tlcockpit/project/assembly.sbt b/support/tlcockpit/project/assembly.sbt
new file mode 100644
index 0000000000..d6540b84c5
--- /dev/null
+++ b/support/tlcockpit/project/assembly.sbt
@@ -0,0 +1 @@
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.8")
diff --git a/support/tlcockpit/project/build.properties b/support/tlcockpit/project/build.properties
new file mode 100644
index 0000000000..091249b92e
--- /dev/null
+++ b/support/tlcockpit/project/build.properties
@@ -0,0 +1 @@
+sbt.version = 1.2.6
diff --git a/support/tlcockpit/project/plugins.sbt b/support/tlcockpit/project/plugins.sbt
new file mode 100644
index 0000000000..15fe71aab1
--- /dev/null
+++ b/support/tlcockpit/project/plugins.sbt
@@ -0,0 +1 @@
+addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")