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 50ac35c commit 4718b61Copy full SHA for 4718b61
settings/src/main/scala/org/typelevel/sbt/TypelevelSettingsPlugin.scala
@@ -185,8 +185,7 @@ object TypelevelSettingsPlugin extends AutoPlugin {
185
val infoOpt = scmInfo.value
186
187
if (tlIsScala3.value)
188
- Seq("-project-version", version.value) ++
189
- infoOpt.toSeq.flatMap(i => Seq("-project-url", i.browseUrl.toString))
+ Seq("-project-version", version.value)
190
else // TODO move to GitHub plugin
191
tagOrHash.toSeq flatMap { vh =>
192
infoOpt.toSeq flatMap { info =>
0 commit comments