From fa67e2ae08ccf13829e4598b0aa4b283a7092403 Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 18 Sep 2021 04:07:47 +0000 Subject: Bump version strings. --- build.sbt | 8 ++++---- build.sc | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.sbt b/build.sbt index ec4cda13..b590fef9 100644 --- a/build.sbt +++ b/build.sbt @@ -3,9 +3,9 @@ enablePlugins(SiteScaladocPlugin) val defaultVersions = Map( - "firrtl" -> "edu.berkeley.cs" %% "firrtl" % "1.5-SNAPSHOT", - "treadle" -> "edu.berkeley.cs" %% "treadle" % "1.5-SNAPSHOT", - "chiseltest" -> "edu.berkeley.cs" %% "chiseltest" % "0.5-SNAPSHOT", + "firrtl" -> "edu.berkeley.cs" %% "firrtl" % "1.5.0-RC1", + "treadle" -> "edu.berkeley.cs" %% "treadle" % "1.5.0-RC1", + "chiseltest" -> "edu.berkeley.cs" %% "chiseltest" % "0.5.0-RC1", ) lazy val commonSettings = Seq ( @@ -14,7 +14,7 @@ lazy val commonSettings = Seq ( Resolver.sonatypeRepo("releases") ), organization := "edu.berkeley.cs", - version := "3.5-SNAPSHOT", + version := "3.5.0-RC1", autoAPIMappings := true, scalaVersion := "2.13.6", crossScalaVersions := Seq("2.13.6", "2.12.15"), diff --git a/build.sc b/build.sc index b83f4bdd..924c5927 100644 --- a/build.sc +++ b/build.sc @@ -11,7 +11,7 @@ object chisel3 extends mill.Cross[chisel3CrossModule]("2.13.6", "2.12.14") // Please retain it. // Provide a managed dependency on X if -DXVersion="" is supplied on the command line. val defaultVersions = Map( - "firrtl" -> "1.5-SNAPSHOT" + "firrtl" -> "1.5.0-RC1" ) val testDefaultVersions = Map( @@ -48,7 +48,7 @@ trait CommonModule extends CrossSbtModule with PublishModule { ivy"com.lihaoyi::os-lib:0.7.8", ) ++ firrtlIvyDeps - def publishVersion = "3.5-SNAPSHOT" + def publishVersion = "3.5.0-RC1" // 2.12.10 -> Array("2", "12", "10") -> "12" -> 12 protected def majorVersion = crossScalaVersion.split('.')(1).toInt -- cgit v1.2.3