We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57078f4 commit 0752c4eCopy full SHA for 0752c4e
build.sc
@@ -3,8 +3,8 @@ import coursier.maven.MavenRepository
3
4
object ivys {
5
val scala = "2.13.14"
6
- val chisel = ivy"org.chipsalliance::chisel:7.1.1"
7
- val chiselPlugin = ivy"org.chipsalliance:::chisel-plugin:7.1.1"
+ val chisel = ivy"org.chipsalliance::chisel:7.3.0"
+ val chiselPlugin = ivy"org.chipsalliance:::chisel-plugin:7.3.0"
8
}
9
10
trait CommonModule extends ScalaModule {
difftest
0 commit comments