Skip to content

Commit

Permalink
bump chisel3 to 3.5.4 (#3105)
Browse files Browse the repository at this point in the history
  • Loading branch information
sequencer authored Oct 6, 2022
1 parent 275661b commit 6074a6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import scala.sys.process._

enablePlugins(PackPlugin)

val chiselVersion = "3.5.2"
val chiselVersion = "3.5.4"

lazy val commonSettings = Seq(
organization := "edu.berkeley.cs",
Expand Down
4 changes: 2 additions & 2 deletions common.sc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import mill.scalalib.publish._
import coursier.maven.MavenRepository

val defaultVersions = Map(
"chisel3" -> "3.5.3",
"chisel3-plugin" -> "3.5.3"
"chisel3" -> "3.5.4",
"chisel3-plugin" -> "3.5.4"
)

def getVersion(dep: String, org: String = "edu.berkeley.cs", cross: Boolean = false) = {
Expand Down

0 comments on commit 6074a6b

Please sign in to comment.