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.
1 parent 12982dc commit f4a50c8Copy full SHA for f4a50c8
build.sbt
@@ -109,10 +109,7 @@ lazy val commonSettings = Seq(
109
},
110
javaOptions ++= Seq("-Dfile.encoding=UTF8"),
111
autoAPIMappings := true,
112
- Compile / doc / sources := { if (isDotty.value) Seq() else (Compile / doc / sources).value },
113
- resolvers += "Sonatype OSS Snapshots".at( // TODO: remove
114
- "https://oss.sonatype.org/content/repositories/snapshots"
115
- )
+ Compile / doc / sources := { if (isDotty.value) Seq() else (Compile / doc / sources).value }
116
)
117
118
/**
0 commit comments