Skip to content

Commit 4218dfc

Browse files
authored
Pin sbt to 1.3.2
1 parent bc7334d commit 4218dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ environment:
1818
secure: oji2LTrdEhQhJQOoRU3TFuCmCb92XD1BJKW7uw0/XJdEFkOrb4lKbHjPGeuOY6/5
1919

2020
install:
21-
- cmd: choco install sbt -ia "INSTALLDIR=""C:\sbt"""
21+
- cmd: choco install sbt --version=1.3.2 -ia "INSTALLDIR=""C:\sbt"""
2222
- cmd: SET PATH=C:\sbt\bin;%JAVA_HOME%\bin;%PATH%
2323

2424
build_script:

0 commit comments

Comments
 (0)