From c47dabfd9ecbdbdbdea429f245fd7b8fb50849f0 Mon Sep 17 00:00:00 2001 From: Philippus Baalman Date: Mon, 30 Oct 2023 00:57:56 +0100 Subject: [PATCH] Update sbt in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58975cf..98b0a13 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ You will need to make the following adjustments to your build: ### project/build.properties ``` -sbt.version=1.9.6 +sbt.version=1.9.7 ``` You must use sbt 1.5.5 or newer; older versions of sbt are not supported.