Skip to content

Commit 3209f04

Browse files
authored
Update README.md (scala#46)
1 parent 8e5400f commit 3209f04

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
scala-continuations is a library and a compiler plugin for Scala language that provides support for CPS transformations.
44

5+
You may also be interested in https://github.com/scala/scala-async, which covers what was once the most common use case for the continuations plugin.
6+
7+
## Maintenance
8+
59
This library is community-maintained. The lead maintainer is [@danslapman](https://github.com/danslapman).
610

7-
You may also be interested in https://github.com/scala/async, which covers the most common use case for the continuations plugin.
11+
## Scala versions supported
12+
13+
The current development branch supports Scala 2.11 and 2.12.
14+
15+
Volunteers are needed to [add support for Scala 2.13](https://github.com/scala/scala-continuations/issues/37).

0 commit comments

Comments
 (0)