Skip to content

Commit

Permalink
Bump Chisel 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
poemonsense committed Feb 26, 2024
1 parent 7154a24 commit 2ba9aeb
Showing 1 changed file with 2 additions and 2 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.12"
val chisel = ivy"org.chipsalliance::chisel:6.0.0"
val chiselPlugin = ivy"org.chipsalliance:::chisel-plugin:6.0.0"
val chisel = ivy"org.chipsalliance::chisel:6.1.0"
val chiselPlugin = ivy"org.chipsalliance:::chisel-plugin:6.1.0"
}

trait CommonModule extends ScalaModule {
Expand Down

0 comments on commit 2ba9aeb

Please sign in to comment.