From 258db93f6663f4ce69f8c9c9c346320808ef4c60 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 30 Jun 2023 23:50:06 +0000 Subject: [PATCH 1/2] Update sbt to 1.9.1 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 40b3b8e..3c0b78a 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.0 +sbt.version=1.9.1 From fc5c593d67fa01a260538ab0abe06da79ac14aa3 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Sat, 1 Jul 2023 09:42:47 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c47970a..89d1938 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.0 +sbt.version=1.9.1 ``` You must use sbt 1.5.5 or newer; older versions of sbt are not supported.