Update test-scala-application.md to use sbtVersion instead of sbt-version

This commit is contained in:
Rémy Coutable 2018-10-22 08:33:01 +00:00
parent 5b6007f995
commit a06bbec87e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ before_script:
- apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 642AC823
- apt-get update -y
- apt-get install sbt -y
- sbt sbt-version
- sbt sbtVersion
test:
stage: test