diff --git a/README.md b/README.md index 3edf6ac..3262610 100644 --- a/README.md +++ b/README.md @@ -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