We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb1785 commit 5409714Copy full SHA for 5409714
build.sc
@@ -23,7 +23,7 @@ object playground extends ScalaModule with ScalafmtModule { m =>
23
if (useChisel5) ivy"org.chipsalliance:::chisel-plugin:5.0.0" else
24
ivy"edu.berkeley.cs:::chisel3-plugin:3.6.0",
25
)
26
- object test extends Tests with Utest {
+ object test extends Tests with Utest with ScalafmtModule {
27
override def ivyDeps = m.ivyDeps() ++ Agg(
28
ivy"com.lihaoyi::utest:0.8.1",
29
if (useChisel5) ivy"edu.berkeley.cs::chiseltest:5.0-SNAPSHOT" else
0 commit comments