Skip to content

Commit

Permalink
chore: bump chisel 7.0.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang-Haojin committed Feb 26, 2024
1 parent 97bcd4d commit ad9b3e5
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 @@ -15,10 +15,10 @@ trait BaseScalaModule extends ScalaModule with ScalafmtModule {
"-Xcheckinit"
)
override def ivyDeps = Agg(
ivy"org.chipsalliance::chisel:6.1.0"
ivy"org.chipsalliance::chisel:7.0.0-M1"
)
override def scalacPluginIvyDeps = Agg(
ivy"org.chipsalliance:::chisel-plugin:6.1.0"
ivy"org.chipsalliance:::chisel-plugin:7.0.0-M1"
)
}

Expand Down

0 comments on commit ad9b3e5

Please sign in to comment.