Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 6dacecc

Browse files
committed
Fix sbt-sonar org
1 parent 0c6a3a4 commit 6dacecc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/setup/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ the `./project/plugins.sbt` file:
3232
<code className="language-scala">
3333
{dedent`
3434
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
35-
addSbtPlugin("com.github.mwz" % "sbt-sonar" % "${vars.sbtSonarVersion}")
35+
addSbtPlugin("com.sonar-scala" % "sbt-sonar" % "${vars.sbtSonarVersion}")
3636
`}
3737
</code>
3838

docs/setup/sbt-sonar.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To install this plugin in your project, add the following to your
3939
`./project/plugins.sbt` file:
4040

4141
<code className="language-scala">
42-
{`addSbtPlugin("com.github.mwz" % "sbt-sonar" % "${vars.sbtSonarVersion}")`}
42+
{`addSbtPlugin("com.sonar-scala" % "sbt-sonar" % "${vars.sbtSonarVersion}")`}
4343
</code>
4444

4545
## Usage

0 commit comments

Comments
 (0)