From dffcedf7dcf924a9c1502e746bc69d6818536872 Mon Sep 17 00:00:00 2001 From: Jiuyang Liu Date: Tue, 30 May 2023 02:14:32 +0800 Subject: [PATCH] bump chisel to 3.6 --- common.sc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) = {