diff options
| -rw-r--r-- | build.sbt | 4 | ||||
| -rw-r--r-- | build.sc | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -28,7 +28,7 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = { } } -val defaultVersions = Map("firrtl" -> "1.2-SNAPSHOT") +val defaultVersions = Map("firrtl" -> "1.3-SNAPSHOT") lazy val commonSettings = Seq ( resolvers ++= Seq( @@ -36,7 +36,7 @@ lazy val commonSettings = Seq ( Resolver.sonatypeRepo("releases") ), organization := "edu.berkeley.cs", - version := "3.2-SNAPSHOT", + version := "3.3-SNAPSHOT", autoAPIMappings := true, scalaVersion := "2.12.10", crossScalaVersions := Seq("2.12.10", "2.11.12"), @@ -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(), |
