Skip to content

Commit

Permalink
Bump scalameta/scalafmt from v3.1.0 to v3.1.2
Browse files Browse the repository at this point in the history
Bumps scalameta/scalafmt from v3.1.0 to v3.1.2.

---
updated-dependencies:
- dependency-name: scalameta/scalafmt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 23, 2021
1 parent 937abda commit f688f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ FROM zricethezav/gitleaks:v7.6.1 as gitleaks
FROM garethr/kubeval:0.15.0 as kubeval
FROM ghcr.io/assignuser/lintr-lib:0.3.0 as lintr-lib
FROM ghcr.io/awkbar-devops/clang-format:v1.0.2 as clang-format
FROM scalameta/scalafmt:v3.1.0 as scalafmt
FROM scalameta/scalafmt:v3.1.2 as scalafmt

##################
# Get base image #
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-slim
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ FROM zricethezav/gitleaks:v7.6.1 as gitleaks
FROM garethr/kubeval:0.15.0 as kubeval
FROM ghcr.io/assignuser/lintr-lib:0.3.0 as lintr-lib
FROM ghcr.io/awkbar-devops/clang-format:v1.0.2 as clang-format
FROM scalameta/scalafmt:v3.1.0 as scalafmt
FROM scalameta/scalafmt:v3.1.2 as scalafmt

##################
# Get base image #
Expand Down

0 comments on commit f688f28

Please sign in to comment.