diff options
| author | Jack | 2023-01-08 03:39:47 +0000 |
|---|---|---|
| committer | Jack | 2023-01-08 03:39:47 +0000 |
| commit | a50a5a287a23ba6b833b13d8cec84dd5dfe0fc61 (patch) | |
| tree | 61bb1be68e21736e2a2944d787ad133a9239c0d5 /build.sc | |
| parent | 3ce953c81f06519351c48277e3474b5720ec07ff (diff) | |
Bump version strings.
Diffstat (limited to 'build.sc')
| -rw-r--r-- | build.sc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ object chisel3 extends mill.Cross[chisel3CrossModule]("2.13.10", "2.12.17") // Please retain it. // Provide a managed dependency on X if -DXVersion="" is supplied on the command line. val defaultVersions = Map( - "firrtl" -> "1.5.5" + "firrtl" -> "1.5.6" ) 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.5" + def publishVersion = "3.5.6" // 2.12.10 -> Array("2", "12", "10") -> "12" -> 12 protected def majorVersion = crossScalaVersion.split('.')(1).toInt |
