feat: Add package version detection for sbt projects (#3274)

This commit is contained in:
pejax
2021-12-03 07:56:06 +01:00
committed by GitHub
parent 77182a9a22
commit 1109fd6997
2 changed files with 42 additions and 0 deletions
+1
View File
@@ -2239,6 +2239,7 @@ package, and shows its current version. The module currently supports `npm`, `ni
- [**Meson**](https://mesonbuild.com/) - The `meson` package version is extracted from the `meson.build` present
- [**Shards**](https://crystal-lang.org/reference/the_shards_command/index.html) - The `shards` package version is extracted from the `shard.yml` present
- [**V**](https://vlang.io) - The `vlang` package version is extracted from the `v.mod` present
- [**SBT**](https://scala-sbt.org) - The `sbt` package version is extracted from the `build.sbt` present in the current directory
> ⚠️ The version being shown is that of the package whose source code is in your
> current directory, not your package manager.