Skip to content

Commit

Permalink
Merge pull request #108 from snyk/test/sbt-1.7.0
Browse files Browse the repository at this point in the history
test: support for sbt v.1.7.0
  • Loading branch information
ola magdziarek committed Aug 9, 2022
2 parents c6a1177 + 05c1bc1 commit 0c104cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -27,6 +27,7 @@ test_matrix: &test_matrix
- "11.0.11.j9-adpt"
sbt_version:
- "1.5.5"
- "1.7.0"
jobs:
test:
<<: *params
Expand Down
18 changes: 9 additions & 9 deletions README.md
Expand Up @@ -21,7 +21,7 @@ This plugin provides dependency metadata for **sbt** projects that use `sbt` and

## Supported OS

| OS | Node 10 | Node 12 | Node 14 |
| OS | Node 12 | Node 14 | Node 16 |
| ------- | ------- | ------- | ------- |
| Windows ||||
| Linux ||||
Expand All @@ -37,11 +37,11 @@ or [coursier](https://support.snyk.io/hc/en-us/articles/360004167317).

The below table illustrates all supported **sbt** versions.

| Java | sbt 0.13.\*<br> + plugin | 1.0\*<br>+plugin | 1.1\* <br>+ plugin | 1.2\* | 1.3\* | 1.4\* | 1.5\* |
| ---- | ------------------------ | ---------------- | ------------------ | ----- | ----- | ----- | ----- |
| 8 ||||||||
| 11 ||||||||
| 12 ||||||||
| 13 ||||||||
| 14 ||||||||
| 15 ||||||||
| Java | sbt 0.13.\*<br> + plugin | 1.0\*<br>+plugin | 1.1\* <br>+ plugin | 1.2\* | 1.3\* | 1.4\* | 1.5\* | 1.6\* | 1.7\* |
| ---- | ------------------------ | ---------------- | ------------------ | ----- | ----- | ----- | ----- | ----- | ----- |
| 8 ||||||||||
| 11 ||||||||||
| 12 ||||||||||
| 13 ||||||||||
| 14 ||||||||||
| 15 ||||||||||

0 comments on commit 0c104cb

Please sign in to comment.