diff options
| author | Jack | 2021-12-18 07:42:15 +0000 |
|---|---|---|
| committer | Jack | 2021-12-18 07:42:15 +0000 |
| commit | 440edc4436fb3a8a4175ae425a0d31c4997ee60f (patch) | |
| tree | 6cecf945f558b43333136fa54c1f9d21d03dc869 /build.sc | |
| parent | fa67e2ae08ccf13829e4598b0aa4b283a7092403 (diff) | |
Bump version strings.
Diffstat (limited to 'build.sc')
| -rw-r--r-- | build.sc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.0-RC1" + "firrtl" -> "1.5.0-RC2" ) 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.0-RC1" + def publishVersion = "3.5.0-RC2" // 2.12.10 -> Array("2", "12", "10") -> "12" -> 12 protected def majorVersion = crossScalaVersion.split('.')(1).toInt |
