summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorJack2022-04-26 00:51:32 +0000
committerJack2022-04-26 00:51:32 +0000
commitbe1ac06bf20c6c3d84c8ce5b0a50e2980e546e7e (patch)
treef1c9bcc4ffa3c69ae05a37206824b39bca211199 /build.sc
parent2f21943ff772da2171df866d4cee71dfa8127bf8 (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 fa1b5fe6..7386d5b1 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.2"
+ "firrtl" -> "1.5.3"
)
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.2"
+ def publishVersion = "3.5.3"
// 2.12.10 -> Array("2", "12", "10") -> "12" -> 12
protected def majorVersion = crossScalaVersion.split('.')(1).toInt