Skip to content

Commit 0752c4e

Browse files
authored
Bump Chisel 7.3.0 (#239)
1 parent 57078f4 commit 0752c4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import coursier.maven.MavenRepository
33

44
object ivys {
55
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"
6+
val chisel = ivy"org.chipsalliance::chisel:7.3.0"
7+
val chiselPlugin = ivy"org.chipsalliance:::chisel-plugin:7.3.0"
88
}
99

1010
trait CommonModule extends ScalaModule {

0 commit comments

Comments
 (0)