Skip to content

Commit 114325b

Browse files
Take a stab at updating the mill files
1 parent 5d962fe commit 114325b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: common.sc

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import mill.scalalib.publish._
44
import coursier.maven.MavenRepository
55

66
val defaultVersions = Map(
7-
"chisel3" -> "3.4.3",
8-
"chisel3-plugin" -> "3.4.3"
7+
"chisel3" -> "3.5.0",
8+
"chisel3-plugin" -> "3.5.0"
99
)
1010

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

0 commit comments

Comments
 (0)