Skip to content

Commit

Permalink
feat: lock sbt version on windows to 1.3.2 as 1.3.3 is not working yet
Browse files Browse the repository at this point in the history
  • Loading branch information
sfat committed Nov 12, 2019
1 parent eef8f88 commit 84e2aa5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ This plugin provides dependency metadata for SBT projects that use `sbt` and hav

## Supported Java & Sbt versions

| Java Sbt|0.13.* |1.1.*|1.2.* |
|---|---|---|---|
| 8 || ||
| 9 ||||
| 10 ||||
| 11 || ||
| 12 || ||
| 13 | 🚫 | | 🚫 |
| Java Sbt|0.13.* |1.1.*|1.2.* |1.3.2 |1.3.3|
|---|---|---|---|---|---|
| 8 ||| || 🚫 |
| 9 ||| || 🚫 |
| 10 ||||| 🚫 |
| 11 ||| || 🚫 |
| 12 ||| || 🚫 |
| 13 | 🚫 || 🚫 || 🚫 |

`jdk13` is not currently supported (See this [comment](https://github.com/snyk/snyk-sbt-plugin/pull/61#issuecomment-521356342) for more details)
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ init:
install:
- cmd: choco install zulu8 -ia "INSTALLDIR=""C:\zulu"""
- cmd: SET JAVA_HOME="C:\zulu"
- 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%
- cmd: SET SBT_OPTS=-Xms4g -Xmx4g
- cmd: SET COURSIER_VERBOSITY=-1
Expand Down

0 comments on commit 84e2aa5

Please sign in to comment.