From 1464abdbac9356b10083db9c4a04a6294d769c54 Mon Sep 17 00:00:00 2001 From: Eason du <8177dph@gmail.com> Date: Fri, 26 Apr 2024 13:35:09 +0200 Subject: [PATCH] Update README.md for Scala 3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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