Set up your GitHub Actions workflow with a specific version of SBT
Input version
is mandatory and must be the exact version. See current releases section for a list of available options.
Set up the specific version of SBT
steps:
- uses: actions/checkout@v2
- uses: Jtalk/setup-sbt@v2
with:
version: 1.5.5
- run: sbt --version
The scripts and documentation in this project are released under the MIT License.