We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fcd186 commit d56099dCopy full SHA for d56099d
build.sc
@@ -12,7 +12,7 @@ object v {
12
val scala = "2.13.12"
13
// the first version in this Map is the mainly supported version which will be used to run tests
14
val chiselCrossVersions = Map(
15
- "5.1.0" -> (ivy"org.chipsalliance::chisel:5.1.0", ivy"org.chipsalliance:::chisel-plugin:5.1.0"),
+ "6.7.0" -> (ivy"org.chipsalliance::chisel:6.7.0", ivy"org.chipsalliance:::chisel-plugin:6.7.0"),
16
// build from project from source
17
"source" -> (ivy"org.chipsalliance::chisel:99", ivy"org.chipsalliance:::chisel-plugin:99"),
18
)
0 commit comments