From 23ba2363a5004438c28802b39f6b944562f8ba28 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 5 Feb 2026 01:28:09 +0000 Subject: [PATCH 1/2] Update sbt, scripted-plugin to 1.12.2 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index bcdf773..4d6c567 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.12.1 +sbt.version=1.12.2 From fb5c7da8ca1921f88d374c8017db2c3e5538e594 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Thu, 5 Feb 2026 16:08:31 +0900 Subject: [PATCH 2/2] Update sbt version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b17a989..aab2e09 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.12.1 +sbt.version=1.12.2 ``` You must use sbt 1.5.5 or newer; older versions of sbt are not supported.