summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sbt4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index 8b097c18..d185f022 100644
--- a/build.sbt
+++ b/build.sbt
@@ -33,6 +33,10 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = {
val defaultVersions = Map("firrtl" -> "1.2-SNAPSHOT")
lazy val commonSettings = Seq (
+ resolvers ++= Seq(
+ Resolver.sonatypeRepo("snapshots"),
+ Resolver.sonatypeRepo("releases")
+ ),
organization := "edu.berkeley.cs",
version := "3.2-SNAPSHOT",
git.remoteRepo := "git@github.com:freechipsproject/chisel3.git",