Skip to content

Commit 92040b9

Browse files
committed
Specify a different version of sbt
1 parent af1b4a0 commit 92040b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: '{build}'
2-
os: Windows Server 2012
2+
image: Visual Studio 2019
33
environment:
44
global:
55
NODEJS_VERSION: "12"
@@ -8,7 +8,7 @@ matrix:
88

99
init:
1010
- ps: Install-Product node $env:NODEJS_VERSION
11-
- cmd: choco install sbt
11+
- cmd: choco install sbt --version 1.3.12
1212
- cmd: refreshenv
1313
- cmd: SET "SBT_OPTS=-Xmx4g -Xms4m"
1414
build_script:

0 commit comments

Comments
 (0)