diff --git a/common.sc b/common.sc index d0d1ae000ab..e5ed6eaed9d 100644 --- a/common.sc +++ b/common.sc @@ -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) = {