Skip to content

Commit 4718b61

Browse files
committed
-project-url doesn't seem to work, ffs
1 parent 50ac35c commit 4718b61

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

settings/src/main/scala/org/typelevel/sbt/TypelevelSettingsPlugin.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@ object TypelevelSettingsPlugin extends AutoPlugin {
185185
val infoOpt = scmInfo.value
186186

187187
if (tlIsScala3.value)
188-
Seq("-project-version", version.value) ++
189-
infoOpt.toSeq.flatMap(i => Seq("-project-url", i.browseUrl.toString))
188+
Seq("-project-version", version.value)
190189
else // TODO move to GitHub plugin
191190
tagOrHash.toSeq flatMap { vh =>
192191
infoOpt.toSeq flatMap { info =>

0 commit comments

Comments
 (0)