diff options
| author | Jim Lawson | 2015-07-13 10:21:48 -0700 |
|---|---|---|
| committer | Jim Lawson | 2015-07-24 15:50:53 -0700 |
| commit | 9ff6673f54b18386fd205eeb8be8d3c21a40fdca (patch) | |
| tree | dfe550113bc5eac6c72cca664cff302abdf54c33 /project | |
| parent | e74cce036a7e9f8a08a020f1e007b22098db890d (diff) | |
Generalize, add missing chisel2 meta files.
Diffstat (limited to 'project')
| -rw-r--r-- | project/build.properties | 1 | ||||
| -rw-r--r-- | project/plugins.sbt | 10 |
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") + |
