Skip to content

Commit 1ffc413

Browse files
authored
Update to swift-format 509.0.0 (#41)
1 parent 12c24ff commit 1ffc413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN mkdir -p $HOME/.tools
1717
RUN echo 'export PATH="$HOME/.tools:$PATH"' >> $HOME/.profile
1818

1919
# swift-format
20-
ARG swiftformat_version=508.0.1
20+
ARG swiftformat_version=509.0.0
2121
RUN git clone --branch $swiftformat_version --depth 1 https://github.com/apple/swift-format $HOME/.tools/swift-format-source
2222
RUN cd $HOME/.tools/swift-format-source && swift build -c release
2323
RUN ln -s $HOME/.tools/swift-format-source/.build/release/swift-format $HOME/.tools/swift-format

0 commit comments

Comments
 (0)