From adccde9998c91875e5490cff6d5822ffacc593ed Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 11 Nov 2022 05:20:11 +0000 Subject: Bump version strings. --- build.sc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sc') diff --git a/build.sc b/build.sc index 1c2e4433..3e47ed44 100644 --- a/build.sc +++ b/build.sc @@ -12,7 +12,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.4" + "firrtl" -> "1.5.5" ) val testDefaultVersions = Map( @@ -49,7 +49,7 @@ trait CommonModule extends CrossSbtModule with PublishModule with ScalafmtModule ivy"com.lihaoyi::os-lib:0.8.0", ) ++ firrtlIvyDeps - def publishVersion = "3.5.4" + def publishVersion = "3.5.5" // 2.12.10 -> Array("2", "12", "10") -> "12" -> 12 protected def majorVersion = crossScalaVersion.split('.')(1).toInt -- cgit v1.2.3