Skip to content

Commit 062c15a

Browse files
authored
Merge pull request OSCPU#50 from OSCPU/fix-mill-version
build.sc: fix compile error with latest version of mill
2 parents ed0496e + c094021 commit 062c15a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build.sc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
import mill._, scalalib._
2-
import coursier.maven.MavenRepository
3-
4-
object CustomZincWorkerModule extends ZincWorkerModule {
5-
def repositories() = super.repositories ++ Seq(
6-
MavenRepository("https://oss.sonatype.org/content/repositories/releases"),
7-
MavenRepository("https://oss.sonatype.org/content/repositories/snapshots")
8-
)
9-
}
102

113
/**
124
* Scala 2.12 module that is source-compatible with 2.11.
@@ -44,7 +36,6 @@ trait HasMacroParadise extends ScalaModule {
4436
}
4537

4638
object chiselModule extends CrossSbtModule with HasChisel3 with HasChiselTests with HasXsource211 with HasMacroParadise {
47-
def zincWorker = CustomZincWorkerModule
4839
def crossScalaVersion = "2.11.12"
4940
}
5041

0 commit comments

Comments
 (0)