From 758202d0079a4a14cf2f95df2e155870cb6b9387 Mon Sep 17 00:00:00 2001 From: Philippus Baalman Date: Tue, 18 Mar 2025 08:02:57 +0100 Subject: [PATCH] Set scalaVersion to 3.6.4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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