summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorJack2022-03-15 18:37:38 +0000
committerJack2022-03-15 18:37:38 +0000
commit1876e740a48be2e5ff5bd4fd6c2018927f1dcec2 (patch)
tree0c58695493c0c95894ce3294955ee13701e14c9c /build.sc
parent4da4f252c3d7c834e13bb8e91a69cfe772996452 (diff)
Bump version strings.
Diffstat (limited to 'build.sc')
-rw-r--r--build.sc4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sc b/build.sc
index c5590bce..fa1b5fe6 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.1"
+ "firrtl" -> "1.5.2"
)
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.1"
+ def publishVersion = "3.5.2"
// 2.12.10 -> Array("2", "12", "10") -> "12" -> 12
protected def majorVersion = crossScalaVersion.split('.')(1).toInt