summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJim Lawson2016-10-06 09:42:12 -0700
committerGitHub2016-10-06 09:42:12 -0700
commit8251cbf93070b93a5db97b2d44db855b3c676b09 (patch)
tree4037d37db2060120a8fcf9859e929ef96f28bb42 /build.sbt
parent357d80176eeeb696808cb4efb038843c3c49e2a6 (diff)
parent510edad0f7446b4a422c4dfd070054dd25f44233 (diff)
Merge pull request #296 from ucb-bar/sbtnamecasecoherence
Use "chisel3" as sbt project name.
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 1dbd0abf..f932ccc9 100644
--- a/build.sbt
+++ b/build.sbt
@@ -22,7 +22,7 @@ lazy val commonSettings = Seq (
)
lazy val chiselSettings = Seq (
- name := "Chisel3",
+ name := "chisel3",
publishMavenStyle := true,
publishArtifact in Test := false,