Skip to content

Commit a7a7b4d

Browse files
committed
Bump for 3.2.0-RC2
2 parents ff14c51 + c76f480 commit a7a7b4d

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = {
3535
}
3636

3737
organization := "edu.berkeley.cs"
38-
version := "1.3-091719-SNAPSHOT"
38+
version := "1.3.0-RC2"
3939
name := "Chisel.iotesters"
4040

4141
scalaVersion := "2.12.6"
@@ -45,10 +45,10 @@ crossScalaVersions := Seq("2.12.6", "2.11.12")
4545
// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
4646
// The following are the default development versions, not the "release" versions.
4747
val defaultVersions = Map(
48-
"chisel3" -> "3.2-091719-SNAPSHOT",
49-
"firrtl" -> "1.2-091719-SNAPSHOT",
50-
"firrtl-interpreter" -> "1.2-091719-SNAPSHOT",
51-
"treadle" -> "1.1-091719-SNAPSHOT"
48+
"chisel3" -> "3.2.0-RC2",
49+
"firrtl" -> "1.2.0-RC2",
50+
"firrtl-interpreter" -> "1.2.0-RC2",
51+
"treadle" -> "1.1.0-RC2"
5252
)
5353

5454
libraryDependencies ++= Seq("chisel3","firrtl","firrtl-interpreter", "treadle").map { dep: String =>

build.sc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ trait CrossUnRootedSbtModule extends CrossSbtModule {
1313
}
1414

1515
trait CommonModule extends CrossUnRootedSbtModule with PublishModule {
16-
def publishVersion = "1.3-091719-SNAPSHOT"
16+
def publishVersion = "1.3.0-RC2"
1717

1818
def pomSettings = PomSettings(
1919
description = artifactName(),
@@ -71,10 +71,10 @@ object chiselTesters extends Cross[ChiselTestersModule](crossVersions: _*) {
7171
// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
7272
// The following are the default development versions, not the "release" versions.
7373
val defaultVersions = Map(
74-
"chisel3" -> "3.2-091719-SNAPSHOT",
75-
"firrtl" -> "1.2-091719-SNAPSHOT",
76-
"firrtl-interpreter" -> "1.2-091719-SNAPSHOT",
77-
"treadle" -> "1.1-091719-SNAPSHOT"
74+
"chisel3" -> "3.2.0-RC2",
75+
"firrtl" -> "1.2.0-RC2",
76+
"firrtl-interpreter" -> "1.2.0-RC2",
77+
"treadle" -> "1.1.0-RC2"
7878
)
7979

8080
def getVersion(dep: String, org: String = "edu.berkeley.cs") = {

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.2.7
1+
sbt.version=1.3.0

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ logLevel := Level.Warn
22

33
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
44

5-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
5+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")
66

77
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2")
88

9-
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.1")
9+
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0")
1010

1111
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")
1212

0 commit comments

Comments
 (0)