summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorJack2022-01-12 03:30:04 +0000
committerJack2022-01-12 03:30:04 +0000
commit5242ce90659decb9058ee75db56e5c188029fbf9 (patch)
treed73f3894b35cd9886ef7b8109eab589edb484288 /build.sc
parentdd9ad534771247ac16eaa47eb9794102736b5102 (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 1afd55c4..3a4b4157 100644
--- a/build.sc
+++ b/build.sc
@@ -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-RC2"
+ "firrtl" -> "1.5.0"
)
val testDefaultVersions = Map(
@@ -48,7 +48,7 @@ trait CommonModule extends CrossSbtModule with PublishModule {
ivy"com.lihaoyi::os-lib:0.8.0",
) ++ firrtlIvyDeps
- def publishVersion = "3.5.0-RC2"
+ def publishVersion = "3.5.0"
// 2.12.10 -> Array("2", "12", "10") -> "12" -> 12
protected def majorVersion = crossScalaVersion.split('.')(1).toInt