Skip to content

Commit ff063dc

Browse files
committed
test new decoder via Chisel 5.1.0
1 parent f2b59fd commit ff063dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object v {
1010
val scala = "2.13.10"
1111
// the first version in this Map is the mainly supported version which will be used to run tests
1212
val chiselCrossVersions = Map(
13-
"5.0.0" -> (ivy"org.chipsalliance::chisel:5.0.0", ivy"org.chipsalliance:::chisel-plugin:5.0.0"),
13+
"5.0.0" -> (ivy"org.chipsalliance::chisel:5.0.0+30-115743e1-SNAPSHOT", ivy"org.chipsalliance:::chisel-plugin:5.0.0+30-115743e1-SNAPSHOT"),
1414
)
1515
val mainargs = ivy"com.lihaoyi::mainargs:0.5.0"
1616
val json4sJackson = ivy"org.json4s::json4s-jackson:4.0.5"

0 commit comments

Comments
 (0)