aboutsummaryrefslogtreecommitdiff
path: root/VexRiscv/project
diff options
context:
space:
mode:
Diffstat (limited to 'VexRiscv/project')
-rw-r--r--VexRiscv/project/build.properties1
-rw-r--r--VexRiscv/project/plugins.sbt1
2 files changed, 2 insertions, 0 deletions
diff --git a/VexRiscv/project/build.properties b/VexRiscv/project/build.properties
new file mode 100644
index 0000000..0b2e09c
--- /dev/null
+++ b/VexRiscv/project/build.properties
@@ -0,0 +1 @@
+sbt.version=1.4.7
diff --git a/VexRiscv/project/plugins.sbt b/VexRiscv/project/plugins.sbt
new file mode 100644
index 0000000..26ac3e5
--- /dev/null
+++ b/VexRiscv/project/plugins.sbt
@@ -0,0 +1 @@
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")