We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b886b6 commit 2b143e3Copy full SHA for 2b143e3
.mill-version
@@ -1 +1 @@
1
-1.0.0
+1.0.1
build.mill
@@ -351,9 +351,6 @@ trait Chisel extends CrossSbtModule with HasScala2MacroAnno with HasScalaPlugin
351
object test extends CrossSbtTests with TestModule.ScalaTest with ScalafmtModule {
352
def mvnDeps = Seq(v.scalatest, v.scalacheck)
353
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
-
357
// TODO: enable sandbox and run tests in parallel
358
override def testSandboxWorkingDir = false
359
0 commit comments