Skip to content

Commit 787c0e0

Browse files
authored
Update sbt-ci-release repository link in README
1 parent c3eba43 commit 787c0e0

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)