Skip to content

Commit

Permalink
deps: bump chisel 6.4.0 (#3028)
Browse files Browse the repository at this point in the history
  • Loading branch information
eastonman authored Jun 5, 2024
1 parent 807e518 commit 4c46d75
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 @@ -26,8 +26,8 @@ val defaultScalaVersion = "2.13.10"

def defaultVersions(chiselVersion: String) = chiselVersion match {
case "chisel" => Map(
"chisel" -> ivy"org.chipsalliance::chisel:6.3.0",
"chisel-plugin" -> ivy"org.chipsalliance:::chisel-plugin:6.3.0",
"chisel" -> ivy"org.chipsalliance::chisel:6.4.0",
"chisel-plugin" -> ivy"org.chipsalliance:::chisel-plugin:6.4.0",
"chiseltest" -> ivy"edu.berkeley.cs::chiseltest:5.0.2"
)
case "chisel3" => Map(
Expand Down

0 comments on commit 4c46d75

Please sign in to comment.