Skip to content

Commit b0c0484

Browse files
committed
Set module name to 'sbt-sourcegraph' instead of 'plugin'
1 parent c717215 commit b0c0484

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ skip in publish := true
2626

2727
lazy val plugin = project
2828
.settings(
29-
sbtPlugin := true
30-
)
29+
sbtPlugin := true,
30+
moduleName := "sbt-sourcegraph"

0 commit comments

Comments
 (0)