Skip to content

Commit

Permalink
Bump Chisel 6.5.0 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
poemonsense authored Jul 16, 2024
1 parent 52aeba5 commit d114ea0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import coursier.maven.MavenRepository

object ivys {
val scala = "2.13.14"
val chisel = ivy"org.chipsalliance::chisel:6.4.0"
val chiselPlugin = ivy"org.chipsalliance:::chisel-plugin:6.4.0"
val chisel = ivy"org.chipsalliance::chisel:6.5.0"
val chiselPlugin = ivy"org.chipsalliance:::chisel-plugin:6.5.0"
}

trait CommonModule extends ScalaModule {
Expand Down

0 comments on commit d114ea0

Please sign in to comment.