Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove old Arrow 2.0 warning #3548

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,6 @@ blocks to empower users to write pure FP apps and libraries built atop higher or

The documentation is hosted in a [separate repository](https://github.com/arrow-kt/arrow-website).

## Arrow 2.0

⚠️ _**Every new API has been backported to Arrow 1.2**. We strongly discourage from using Arrow 2.0
at this point, except for testing purposes, and use Arrow 1.2 instead._

The next version of Arrow is [in active development](https://github.com/arrow-kt/arrow/pull/2778).
If you want to try it, you need to add the following repository in your build file:

```
maven("https://oss.sonatype.org/content/repositories/snapshots")
```

and depend on the `2.0.0-SNAPSHOT` version of the desired library.

## Join Us

Arrow is an inclusive community powered by awesome individuals like you. As an actively growing
Expand Down