Skip to content

Commit

Permalink
Update dependency edu.berkeley.cs:chiseltest to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 23, 2024
1 parent 33c78ea commit cbc1cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdlagent/resources/Chisel/chisel_bootstrap/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lazy val root = (project in file("."))
name := "chisel_regression",
libraryDependencies ++= Seq(
"edu.berkeley.cs" %% "chisel3" % "3.4.2",
"edu.berkeley.cs" %% "chiseltest" % "0.3.2" % "test"
"edu.berkeley.cs" %% "chiseltest" % "0.6.1" % "test"
),
scalacOptions ++= Seq(
"-Xsource:2.11",
Expand Down

0 comments on commit cbc1cbe

Please sign in to comment.