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 482d482 commit f3a1131Copy full SHA for f3a1131
build.sbt
@@ -7,11 +7,11 @@ ThisBuild / credentials += Credentials(
7
sys.env.getOrElse("GITHUB_TOKEN", "")
8
)
9
10
-moduleName := "sbt-module-patcher"
+name := "sbt-module-patcher"
11
12
homepage := Some(url("https://www.raw-labs.com/"))
13
14
-organization := "com.raw-labs.sbt"
+organization := "com.raw-labs"
15
16
organizationName := "RAW Labs SA"
17
0 commit comments