Skip to content

Commit b4ff6d0

Browse files
Fix naming.
1 parent ad2dca8 commit b4ff6d0

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
@@ -7,11 +7,11 @@ ThisBuild / credentials += Credentials(
77
sys.env.getOrElse("GITHUB_TOKEN", "")
88
)
99

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

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

14-
organization := "com.raw-labs.sbt"
14+
organization := "com.raw-labs"
1515

1616
organizationName := "RAW Labs SA"
1717

0 commit comments

Comments
 (0)