Skip to content

Commit

Permalink
Debump to chiseltest 0.6.1
Browse files Browse the repository at this point in the history
chiseltest 0.6.2 is not published for Scala 2.12.
  • Loading branch information
jackkoenig committed Jun 24, 2024
1 parent fc5bae9 commit a85d68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ lazy val integrationTests = (project in file("integration-tests"))
.settings(usePluginSettings: _*)
.settings(
Seq(
libraryDependencies += "edu.berkeley.cs" %% "chiseltest" % "0.6.2" % "test"
libraryDependencies += "edu.berkeley.cs" %% "chiseltest" % "0.6.1" % "test"
)
)

Expand Down

0 comments on commit a85d68c

Please sign in to comment.