Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Commit

Permalink
Scalafmt version bump from 2.2.2 to 2.3.2 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
myDisconnect authored and mroth committed Dec 21, 2019
1 parent f1b2b96 commit c0932c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Fetch scalafmt classes
env:
SCALAFMT_VERSION: "2.2.2"
SCALAFMT_VERSION: "2.3.2"
run: |
coursier fetch org.scalameta:scalafmt-cli_2.12:${SCALAFMT_VERSION} -p > .classpath
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Also see regarding potential future built-in native target support:
# https://github.com/scalameta/scalafmt/issues/1172
FROM oracle/graalvm-ce:19.3.0 as builder
ARG SCALAFMT_VERSION=2.2.2
ARG SCALAFMT_VERSION=2.3.2

WORKDIR /root/scalafmt

Expand Down

0 comments on commit c0932c0

Please sign in to comment.