Skip to content

Commit c5081f6

Browse files
authored
Bump Chisel 7.1.1 (#237)
1 parent bac4ea2 commit c5081f6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.0.0"
7-
val chiselPlugin = ivy"org.chipsalliance:::chisel-plugin:7.0.0"
6+
val chisel = ivy"org.chipsalliance::chisel:7.1.1"
7+
val chiselPlugin = ivy"org.chipsalliance:::chisel-plugin:7.1.1"
88
}
99

1010
trait CommonModule extends ScalaModule {

0 commit comments

Comments
 (0)