We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b59fd commit ff063dcCopy full SHA for ff063dc
1 file changed
build.sc
@@ -10,7 +10,7 @@ object v {
10
val scala = "2.13.10"
11
// the first version in this Map is the mainly supported version which will be used to run tests
12
val chiselCrossVersions = Map(
13
- "5.0.0" -> (ivy"org.chipsalliance::chisel:5.0.0", ivy"org.chipsalliance:::chisel-plugin:5.0.0"),
+ "5.0.0" -> (ivy"org.chipsalliance::chisel:5.0.0+30-115743e1-SNAPSHOT", ivy"org.chipsalliance:::chisel-plugin:5.0.0+30-115743e1-SNAPSHOT"),
14
)
15
val mainargs = ivy"com.lihaoyi::mainargs:0.5.0"
16
val json4sJackson = ivy"org.json4s::json4s-jackson:4.0.5"
0 commit comments