mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Bump scalameta/scalafmt from 3.7.15 to v3.7.16 (#4861)
* Bump scalameta/scalafmt from 3.7.15 to v3.7.16 Bumps scalameta/scalafmt from 3.7.15 to v3.7.16. --- updated-dependencies: - dependency-name: scalameta/scalafmt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * add write permissions to workflow * Update scala config version to match version installed * fix indentation --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zack Koppert <zkoppert@github.com> Co-authored-by: zkoppert <zkoppert@users.noreply.github.com>
This commit is contained in:
parent
56ba10b753
commit
f3279a4414
3 changed files with 5 additions and 2 deletions
3
.github/workflows/sync-scala-version.yaml
vendored
3
.github/workflows/sync-scala-version.yaml
vendored
|
@ -7,6 +7,9 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- 'Dockerfile'
|
- 'Dockerfile'
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
@ -22,7 +22,7 @@ FROM koalaman/shellcheck:v0.9.0 as shellcheck
|
||||||
FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker
|
FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker
|
||||||
FROM mvdan/shfmt:v3.7.0 as shfmt
|
FROM mvdan/shfmt:v3.7.0 as shfmt
|
||||||
FROM rhysd/actionlint:1.6.26 as actionlint
|
FROM rhysd/actionlint:1.6.26 as actionlint
|
||||||
FROM scalameta/scalafmt:v3.7.15 as scalafmt
|
FROM scalameta/scalafmt:v3.7.16 as scalafmt
|
||||||
FROM zricethezav/gitleaks:v8.18.0 as gitleaks
|
FROM zricethezav/gitleaks:v8.18.0 as gitleaks
|
||||||
FROM yoheimuta/protolint:0.46.3 as protolint
|
FROM yoheimuta/protolint:0.46.3 as protolint
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// Scala Format Configuration
|
// Scala Format Configuration
|
||||||
// https://scalameta.org/scalafmt/docs/configuration.html
|
// https://scalameta.org/scalafmt/docs/configuration.html
|
||||||
version = 3.7.15
|
version = 3.7.16
|
||||||
align.preset = more // For pretty alignment.
|
align.preset = more // For pretty alignment.
|
||||||
maxColumn = 80
|
maxColumn = 80
|
||||||
// https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects
|
// https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects
|
||||||
|
|
Loading…
Reference in a new issue