We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fcd186 commit 4ffe4e6Copy full SHA for 4ffe4e6
build.sc
@@ -9,10 +9,10 @@ import $file.dependencies.chisel.build
9
import $file.common
10
11
object v {
12
- val scala = "2.13.12"
+ val scala = "2.13.16"
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