summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorJim Lawson2019-11-05 11:50:39 -0800
committerGitHub2019-11-05 11:50:39 -0800
commit19e651faccf2c922888fb0eae69981399120774f (patch)
tree5c74ba2317019b9646245cafd0ee67a1db052c47 /build.sc
parentdc7c4c619c677cc6a563bd27dbf55ba26f4c9f95 (diff)
Bump master SNAPSHOT version. (#1227)
Diffstat (limited to 'build.sc')
-rw-r--r--build.sc4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sc b/build.sc
index 634b33e7..9a1e50c0 100644
--- a/build.sc
+++ b/build.sc
@@ -35,7 +35,7 @@ object chiselCompileOptions {
val crossVersions = Seq("2.12.10", "2.11.12")
// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
-val defaultVersions = Map("firrtl" -> "1.2-SNAPSHOT")
+val defaultVersions = Map("firrtl" -> "1.3-SNAPSHOT")
def getVersion(dep: String, org: String = "edu.berkeley.cs") = {
val version = sys.env.getOrElse(dep + "Version", defaultVersions(dep))
@@ -67,7 +67,7 @@ trait CommonChiselModule extends SbtModule {
trait PublishChiselModule extends CommonChiselModule with PublishModule {
override def artifactName = "chisel3"
- def publishVersion = "3.2-SNAPSHOT"
+ def publishVersion = "3.3-SNAPSHOT"
def pomSettings = PomSettings(
description = artifactName(),