Skip to content

Commit 4ffe4e6

Browse files
committed
Bump Chisel to 6.7.0, Scala to 2.13.16
This is required for the new Chisel annotations API: chipsalliance/chisel#4643
1 parent 9fcd186 commit 4ffe4e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.sc

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ import $file.dependencies.chisel.build
99
import $file.common
1010

1111
object v {
12-
val scala = "2.13.12"
12+
val scala = "2.13.16"
1313
// the first version in this Map is the mainly supported version which will be used to run tests
1414
val chiselCrossVersions = Map(
15-
"5.1.0" -> (ivy"org.chipsalliance::chisel:5.1.0", ivy"org.chipsalliance:::chisel-plugin:5.1.0"),
15+
"6.7.0" -> (ivy"org.chipsalliance::chisel:6.7.0", ivy"org.chipsalliance:::chisel-plugin:6.7.0"),
1616
// build from project from source
1717
"source" -> (ivy"org.chipsalliance::chisel:99", ivy"org.chipsalliance:::chisel-plugin:99"),
1818
)

0 commit comments

Comments
 (0)