summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Lawson2016-06-06 11:07:05 -0700
committerJim Lawson2016-06-06 11:07:05 -0700
commitdc2175b0ebafbbb4b67bcb1e9b92b639b02b36bb (patch)
treea5bb521418800c4e6d649c1ea9149f719146351f
parent63fe683c079ef64b40fee5cca45784b83bb812bc (diff)
parentb365a8cd71b62065fa301ea6e94260f4d1db1bcb (diff)
Merge pull request #211 from ucb-bar/front_end_dependency
Move more publishing definitions into commonSettings.
-rw-r--r--build.sbt6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.sbt b/build.sbt
index b9950b6f..f2074fca 100644
--- a/build.sbt
+++ b/build.sbt
@@ -7,14 +7,14 @@ site.includeScaladoc()
ghpages.settings
lazy val commonSettings = Seq (
+ organization := "edu.berkeley.cs",
+ version := "3.0",
+ git.remoteRepo := "git@github.com:ucb-bar/chisel3.git",
scalaVersion := "2.11.7"
)
lazy val chiselSettings = Seq (
- organization := "edu.berkeley.cs",
- version := "3.0",
name := "Chisel3",
- git.remoteRepo := "git@github.com:ucb-bar/chisel3.git",
publishMavenStyle := true,
publishArtifact in Test := false,