Skip to content

Commit ad2dca8

Browse files
Merge pull request #2 from raw-labs/fix-creds
Fix package naming
2 parents 2a22ea6 + 93b0806 commit ad2dca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ThisBuild / credentials += Credentials(
77
sys.env.getOrElse("GITHUB_TOKEN", "")
88
)
99

10-
moduleName := "sbt-module-patcher"
10+
name := "sbt-module-patcher"
1111

1212
homepage := Some(url("https://www.raw-labs.com/"))
1313

0 commit comments

Comments
 (0)