Skip to content

Commit

Permalink
Merge pull request typelevel#4062 from durban/fixReadme
Browse files Browse the repository at this point in the history
Fix versions in README.md
  • Loading branch information
durban authored Apr 23, 2024
2 parents 5d73623 + 440f300 commit 769a89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
libraryDependencies += "org.typelevel" %% "cats-effect" % "3.5.4"
```

The above represents the core, stable dependency which brings in the entirety of Cats Effect. This is *most likely* what you want. All current Cats Effect releases are published for Scala 2.12, 2.13, 3.0, and Scala.js 1.7.
The above represents the core, stable dependency which brings in the entirety of Cats Effect. This is *most likely* what you want. All current Cats Effect releases are published for Scala 2.12, 2.13, 3.2, and Scala.js 1.13.

Or, if you prefer a less bare-bones starting point, you can try [the Giter8 template](https://github.com/typelevel/ce3.g8):

Expand Down

0 comments on commit 769a89e

Please sign in to comment.