Fix scala version in Appveyor config

This commit is contained in:
Alexandre Archambault 2020-05-15 11:48:40 +02:00
parent 468001f02f
commit ecd84e2b83
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ build_script:
- cmd: .\metadata\coursier fetch io.get-coursier:http-server_2.12:1.0.0
- ps: Start-Job -filepath .\metadata\scripts\start-it-auth-server.ps1 -ArgumentList $pwd\metadata, $env:TEST_REPOSITORY_HOST, $env:TEST_REPOSITORY_PORT, $env:TEST_REPOSITORY_USER, $env:TEST_REPOSITORY_PASSWORD
test_script:
- sbt ++2.12.7 "sbt-lm-coursier/scripted shared-2/simple" sbt-coursier/scripted
- sbt ++2.12.11 "sbt-lm-coursier/scripted shared-2/simple" sbt-coursier/scripted
branches:
only:
- master