From 9ff6673f54b18386fd205eeb8be8d3c21a40fdca Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Mon, 13 Jul 2015 10:21:48 -0700 Subject: Generalize, add missing chisel2 meta files. --- project/build.properties | 1 + project/plugins.sbt | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 project/build.properties create mode 100644 project/plugins.sbt (limited to 'project') 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") + -- cgit v1.2.3