Skip to content
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The **Effekt** library allows you to structure your effectful programs
in a functional way. It thus represents an alternative to traditional
monad transformer based program structuring techniques.

To use **Effekt** (tested with Scala 2.12 and Scala 2.13), include the
To use **Effekt** (tested with Scala 2.12 and Scala 2.13, and Scala 3 is supported), include the
following line to your `build.sbt` file:

```scala
Expand Down