From bf1c35bd9d80cdd7e2dbd36bc3ea91093d52254a Mon Sep 17 00:00:00 2001 From: Julien Richard-Foy Date: Thu, 7 Jul 2022 09:29:35 +0200 Subject: [PATCH] Make it clearer that the action supports Scala --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9dcd0fad6..95e338363 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ This action provides the following functionality for GitHub Actions runners: - Registering problem matchers for error output - Caching dependencies managed by Apache Maven - Caching dependencies managed by Gradle +- Caching dependencies managed by sbt + +This action allows you to work with Java and Scala projects. ## V2 vs V1 - V2 supports custom distributions and provides support for Zulu OpenJDK, Eclipse Temurin and Adopt OpenJDK out of the box. V1 supports only Zulu OpenJDK