File tree Expand file tree Collapse file tree 4 files changed +5
-52
lines changed Expand file tree Collapse file tree 4 files changed +5
-52
lines changed Original file line number Diff line number Diff line change 10
10
! * .cc
11
11
! .gitignore
12
12
! .scalafmt.conf
13
+ ! .mill-version
13
14
! build.sc
14
15
! README.md
15
16
build /
Original file line number Diff line number Diff line change
1
+ 0.11.2
2
+
Original file line number Diff line number Diff line change @@ -16,18 +16,16 @@ object playground extends ScalaModule with ScalafmtModule { m =>
16
16
" -Xcheckinit"
17
17
)
18
18
override def ivyDeps = Agg (
19
- if (useChisel5) ivy " org.chipsalliance::chisel:5 .0.0 " else
19
+ if (useChisel5) ivy " org.chipsalliance::chisel:6 .0.0-RC2 " else
20
20
ivy " edu.berkeley.cs::chisel3:3.6.0 " ,
21
21
)
22
22
override def scalacPluginIvyDeps = Agg (
23
- if (useChisel5) ivy " org.chipsalliance:::chisel-plugin:5 .0.0 " else
23
+ if (useChisel5) ivy " org.chipsalliance:::chisel-plugin:6 .0.0-RC2 " else
24
24
ivy " edu.berkeley.cs:::chisel3-plugin:3.6.0 " ,
25
25
)
26
26
object test extends ScalaTests with Utest {
27
27
override def ivyDeps = m.ivyDeps() ++ Agg (
28
28
ivy " com.lihaoyi::utest:0.8.1 " ,
29
- if (useChisel5) ivy " edu.berkeley.cs::chiseltest:5.0.0 " else
30
- ivy " edu.berkeley.cs::chiseltest:0.6.0 " ,
31
29
)
32
30
}
33
31
def repositoriesTask = T .task { Seq (
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments