Skip to content

Commit 65cbfc2

Browse files
committed
[#720] Add scala/sbt to the list of built-in languages/toolchains in readme
1 parent f9da613 commit 65cbfc2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# To get started with Dependabot version updates, you'll need to specify which
22
# package ecosystems to update and where the package manifests are located.
33
# Please see the documentation for all configuration options:
4-
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
4+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
55

66
version: 2
77
updates:

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ provided as built-in.
8686
| php | phpunit | phpunit |
8787
| python | pytest | pytest bazel make |
8888
| rust | cargo | cargo nextest |
89+
| scala | sbt | sbt |
8990
| typescript | yarn | yarn bazel make |
9091

9192
### Base directory

0 commit comments

Comments
 (0)