From ae647e84216ffb658a1b7e677828c93c0bbf3cd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Zu=CC=88hlke?= Date: Tue, 29 Oct 2024 08:07:12 +0100 Subject: [PATCH] add build.properties so Scala Steward can pick up the sbt version and update it in the `action.yml` --- .gitignore | 2 ++ project/build.properties | 1 + 2 files changed, 3 insertions(+) create mode 100644 .gitignore create mode 100644 project/build.properties diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..92b18d1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/.bsp/ +target/ \ No newline at end of file diff --git a/project/build.properties b/project/build.properties new file mode 100644 index 0000000..bc73906 --- /dev/null +++ b/project/build.properties @@ -0,0 +1 @@ +sbt.version=1.10.3