Skip to content

Commit

Permalink
Merge pull request #4624 from bwignall/sbt_link
Browse files Browse the repository at this point in the history
Point to sbt 1.x
  • Loading branch information
rossabaker authored Jun 16, 2024
2 parents 84222d5 + 8695da3 commit 52a0dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ git clone [email protected]:typelevel/cats.git
```

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

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

0 comments on commit 52a0dd1

Please sign in to comment.