Skip to content

Commit 6b89abd

Browse files
authored
Merge pull request #213 from xuwei-k/patch-3
Update sbt-ci-release repository link in README
2 parents 9347d7c + 787c0e0 commit 6b89abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ThisBuild / githubWorkflowJavaVersions += JavaSpec.temurin("17")
4545

4646
### Integration with sbt-ci-release
4747

48-
Integrating with [sbt-ci-release](https://github.com/olafurpg/sbt-ci-release) is a relatively straightforward process, and the plugins are quite complementary. First, follow all of the setup instructions in sbt-ci-release's readme. Once this is complete, add the following to your **build.sbt**:
48+
Integrating with [sbt-ci-release](https://github.com/sbt/sbt-ci-release) is a relatively straightforward process, and the plugins are quite complementary. First, follow all of the setup instructions in sbt-ci-release's readme. Once this is complete, add the following to your **build.sbt**:
4949

5050
```scala
5151
ThisBuild / githubWorkflowTargetTags ++= Seq("v*")

0 commit comments

Comments
 (0)