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

Commit

Permalink
bump scalafmt to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed Aug 12, 2019
1 parent 3c13cdc commit f0c082b
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 @@ -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.1.1 as builder
ARG SCALAFMT_VERSION=v2.0.0
ARG SCALAFMT_VERSION=v2.0.1

WORKDIR /root

Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# https://github.com/peterheesterman/chit/blob/master/azure-pipelines.yml

variables:
scalafmt_version: v2.0.0
scalafmt_version: v2.0.1
graalvm_version: '19.1.1'

trigger:
Expand Down

0 comments on commit f0c082b

Please sign in to comment.