blob: e7278af8ec3c5d9c2628f181c4a7b88ea24053fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
organization := "edu.berkeley.cs"
version := "3.0"
name := "Chisel"
scalaVersion := "2.11.6"
crossScalaVersions := Seq("2.10.4", "2.11.6")
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value
site.settings
site.includeScaladoc()
ghpages.settings
git.remoteRepo := "git@github.com:ucb-bar/chisel3.git"
|