Skip to content

Commit

Permalink
Bump Chisel 6.4.0 and Scala 2.13.14 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
poemonsense authored Jul 1, 2024
1 parent ba8347d commit 52aeba5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import mill._, scalalib._
import coursier.maven.MavenRepository

object ivys {
val scala = "2.13.12"
val chisel = ivy"org.chipsalliance::chisel:6.3.0"
val chiselPlugin = ivy"org.chipsalliance:::chisel-plugin:6.3.0"
val scala = "2.13.14"
val chisel = ivy"org.chipsalliance::chisel:6.4.0"
val chiselPlugin = ivy"org.chipsalliance:::chisel-plugin:6.4.0"
}

trait CommonModule extends ScalaModule {
Expand Down

0 comments on commit 52aeba5

Please sign in to comment.