From 114325b27cfe5312c86a8a325b187be9455a62af Mon Sep 17 00:00:00 2001 From: David Biancolin Date: Mon, 17 Jan 2022 16:02:04 -0800 Subject: [PATCH] Take a stab at updating the mill files --- common.sc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.sc b/common.sc index d9cc68bca82..4187dd183a0 100644 --- a/common.sc +++ b/common.sc @@ -4,8 +4,8 @@ import mill.scalalib.publish._ import coursier.maven.MavenRepository val defaultVersions = Map( - "chisel3" -> "3.4.3", - "chisel3-plugin" -> "3.4.3" + "chisel3" -> "3.5.0", + "chisel3-plugin" -> "3.5.0" ) def getVersion(dep: String, org: String = "edu.berkeley.cs", cross: Boolean = false) = {