diff --git a/README.md b/README.md index 6cdf3d5..886ef5f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ You must use sbt 1.5.5 or newer; older versions of sbt are not supported. Set the Scala 3 version: ```scala -scalaVersion := "3.6.2" +scalaVersion := "3.6.4" ``` ### Getting your project to compile with Scala 3