Skip to content

Commit

Permalink
Take a stab at updating the mill files
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbiancolin committed Jan 18, 2022
1 parent 5d962fe commit 114325b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.sc
Expand Up @@ -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) = {
Expand Down

0 comments on commit 114325b

Please sign in to comment.