Skip to content

Commit 2b143e3

Browse files
authored
Bump to Mill 1.0.1 (#4985)
1 parent 5b886b6 commit 2b143e3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.mill-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

build.mill

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,6 @@ trait Chisel extends CrossSbtModule with HasScala2MacroAnno with HasScalaPlugin
351351
object test extends CrossSbtTests with TestModule.ScalaTest with ScalafmtModule {
352352
def mvnDeps = Seq(v.scalatest, v.scalacheck)
353353

354-
// Workaround for https://github.com/com-lihaoyi/mill/pull/5519
355-
override def versionSourcesPaths = scalaVersionDirectoryNames.map(s => os.sub / "src/test" / s"scala-$s")
356-
357354
// TODO: enable sandbox and run tests in parallel
358355
override def testSandboxWorkingDir = false
359356

0 commit comments

Comments
 (0)