Skip to content

Commit 758da85

Browse files
authored
Update build.sbt
Fix urls
1 parent 0fd512a commit 758da85

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
@@ -20,8 +20,8 @@ ThisBuild / organizationHomepage := Some(url("https://www.codacy.com"))
2020

2121
ThisBuild / scmInfo := Some(
2222
ScmInfo(
23-
url("https://github.com/your-account/your-project"),
24-
"scm:[email protected]:your-account/your-project.git"
23+
url("https://github.com/codacy/codacy-plugins-api"),
24+
"scm:[email protected]:codacy/codacy-plugins-api"
2525
)
2626
)
2727
ThisBuild / developers := List(

0 commit comments

Comments
 (0)