diff --git a/README.md b/README.md index 4f68996..cfa2434 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ You must use sbt 1.5.3 or newer; older versions of sbt are not supported. Set up the Scala 3 version: ```scala -scalaVersion := "3.0.0" +scalaVersion := "3.0.1" ``` ### Getting your project to compile with Scala 3