Skip to content

Commit

Permalink
Pin sbt to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lrytz authored Oct 16, 2019
1 parent bc7334d commit 4218dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ environment:
secure: oji2LTrdEhQhJQOoRU3TFuCmCb92XD1BJKW7uw0/XJdEFkOrb4lKbHjPGeuOY6/5

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

build_script:
Expand Down

0 comments on commit 4218dfc

Please sign in to comment.