[MacOS] Add SBT (#4101)

This commit is contained in:
Nikolay Frolov
2021-09-21 12:49:59 +03:00
committed by GitHub
parent 23a859a9bc
commit 63894956a1
6 changed files with 16 additions and 1 deletions

View File

@@ -512,6 +512,11 @@ function Get-KotlinVersion {
return "Kotlin $kotlinVersion"
}
function Get-SbtVersion {
$sbtVersion = Run-Command "sbt -version" | Take-Part -Part 3
return "Sbt $sbtVersion"
}
function Build-PackageManagementEnvironmentTable {
return @(
@{