diff options
| author | Jack | 2021-09-18 04:07:47 +0000 |
|---|---|---|
| committer | Jack | 2021-09-18 04:07:47 +0000 |
| commit | fa67e2ae08ccf13829e4598b0aa4b283a7092403 (patch) | |
| tree | f818ca9124a7de0733a22e7a172750a537a5fe06 /build.sbt | |
| parent | 5c8c19345e6711279594cf1f9ddab33623c8eba7 (diff) | |
Bump version strings.
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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"), |
