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.
2 parents ed0496e + c094021 commit 062c15aCopy full SHA for 062c15a
build.sc
@@ -1,12 +1,4 @@
1
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
-}
10
11
/**
12
* Scala 2.12 module that is source-compatible with 2.11.
@@ -44,7 +36,6 @@ trait HasMacroParadise extends ScalaModule {
44
36
}
45
37
46
38
object chiselModule extends CrossSbtModule with HasChisel3 with HasChiselTests with HasXsource211 with HasMacroParadise {
47
- def zincWorker = CustomZincWorkerModule
48
39
def crossScalaVersion = "2.11.12"
49
40
50
41
0 commit comments