Skip to content

Commit

Permalink
Bump versions for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
ucbjrl committed Nov 25, 2019
1 parent cf0a5c4 commit 4bc1ee8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = {
}
}

val defaultVersions = Map("firrtl" -> "1.2-20191106-SNAPSHOT")
val defaultVersions = Map("firrtl" -> "1.2.1")

lazy val commonSettings = Seq (
resolvers ++= Seq(
Resolver.sonatypeRepo("snapshots"),
Resolver.sonatypeRepo("releases")
),
organization := "edu.berkeley.cs",
version := "3.2-20191106-SNAPSHOT",
version := "3.2.1",
autoAPIMappings := true,
scalaVersion := "2.12.10",
crossScalaVersions := Seq("2.12.10", "2.11.12"),
Expand Down
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -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-20191106-SNAPSHOT")
val defaultVersions = Map("firrtl" -> "1.2.1")

def getVersion(dep: String, org: String = "edu.berkeley.cs") = {
val version = sys.env.getOrElse(dep + "Version", defaultVersions(dep))
Expand Down Expand Up @@ -67,7 +67,7 @@ trait CommonChiselModule extends SbtModule {

trait PublishChiselModule extends CommonChiselModule with PublishModule {
override def artifactName = "chisel3"
def publishVersion = "3.2-20191106-SNAPSHOT"
def publishVersion = "3.2.1"

def pomSettings = PomSettings(
description = artifactName(),
Expand Down

0 comments on commit 4bc1ee8

Please sign in to comment.