Skip to content

Commit

Permalink
bump chisel to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sequencer committed May 29, 2023
1 parent 9dbc6a4 commit dffcedf
Showing 1 changed file with 2 additions and 2 deletions.
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.6.0-RC2",
"chisel3-plugin" -> "3.6.0-RC2"
"chisel3" -> "3.6.0",
"chisel3-plugin" -> "3.6.0"
)

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

0 comments on commit dffcedf

Please sign in to comment.