From 84ccbf2a48d71c85fabc6059f75b813965acf090 Mon Sep 17 00:00:00 2001 From: Matthew Rothenberg Date: Fri, 5 Apr 2019 19:52:41 -0400 Subject: [PATCH] bump scalafmt to 2.0.0-RC6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7c23e8e..15cf6d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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:1.0.0-rc14 as builder -ARG SCALAFMT_VERSION=v2.0.0-RC5 +ARG SCALAFMT_VERSION=v2.0.0-RC6 WORKDIR /root