summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJim Lawson2015-07-13 10:21:48 -0700
committerJim Lawson2015-07-24 15:50:53 -0700
commit9ff6673f54b18386fd205eeb8be8d3c21a40fdca (patch)
treedfe550113bc5eac6c72cca664cff302abdf54c33 /project
parente74cce036a7e9f8a08a020f1e007b22098db890d (diff)
Generalize, add missing chisel2 meta files.
Diffstat (limited to 'project')
-rw-r--r--project/build.properties1
-rw-r--r--project/plugins.sbt10
2 files changed, 11 insertions, 0 deletions
diff --git a/project/build.properties b/project/build.properties
new file mode 100644
index 00000000..748703f7
--- /dev/null
+++ b/project/build.properties
@@ -0,0 +1 @@
+sbt.version=0.13.7
diff --git a/project/plugins.sbt b/project/plugins.sbt
new file mode 100644
index 00000000..88384aaf
--- /dev/null
+++ b/project/plugins.sbt
@@ -0,0 +1,10 @@
+resolvers += Resolver.url("scalasbt", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases")) (Resolver.ivyStylePatterns)
+
+resolvers += Classpaths.sbtPluginReleases
+
+addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")
+
+addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.7.0")
+
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.1.0")
+