Skip to content

Commit 52a0dd1

Browse files
authored
Merge pull request #4624 from bwignall/sbt_link
Point to sbt 1.x
2 parents 84222d5 + 8695da3 commit 52a0dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ git clone git@github.com:typelevel/cats.git
9696
```
9797

9898
To build Cats you should have
99-
[sbt](http://www.scala-sbt.org/0.13/tutorial/Setup.html) and [Node.js](https://nodejs.org/)
99+
[sbt](https://www.scala-sbt.org/1.x/docs/Setup.html) and [Node.js](https://nodejs.org/)
100100
installed. If you'd like, you can use the [Nix Cats development environment](#nix-cats-development-environment).
101101

102102
Run `sbt`, and then use any of the following commands:

0 commit comments

Comments
 (0)