14 lines
184 B
Scala
14 lines
184 B
Scala
organization := "edu.berkeley.cs"
|
|
|
|
version := "2.0"
|
|
|
|
name := "uncore"
|
|
|
|
scalaVersion := "2.10.2"
|
|
|
|
site.settings
|
|
|
|
ghpages.settings
|
|
|
|
git.remoteRepo := "git@github.com:ucb-bar/uncore.git"
|