From 3af7aee1ae1daa5637594a073b9eefb89a0ecbc3 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Fri, 6 Jan 2023 07:46:38 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c11fe3..d3d789d 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.8.0 +sbt.version=1.8.2 ``` You must use sbt 1.5.5 or newer; older versions of sbt are not supported.