diff options
| author | Jim Lawson | 2019-11-05 11:50:39 -0800 |
|---|---|---|
| committer | GitHub | 2019-11-05 11:50:39 -0800 |
| commit | 19e651faccf2c922888fb0eae69981399120774f (patch) | |
| tree | 5c74ba2317019b9646245cafd0ee67a1db052c47 /build.sc | |
| parent | dc7c4c619c677cc6a563bd27dbf55ba26f4c9f95 (diff) | |
Bump master SNAPSHOT version. (#1227)
Diffstat (limited to 'build.sc')
| -rw-r--r-- | build.sc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(), |
