From 86c381a44f9b6922de8570c41388b2944278f668 Mon Sep 17 00:00:00 2001 From: Michel Rouly Date: Mon, 1 Jan 2024 10:38:42 -0500 Subject: [PATCH] update default version to 3.7.17 --- src/scalafmt.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scalafmt.ts b/src/scalafmt.ts index 9749fcf..950a0c8 100644 --- a/src/scalafmt.ts +++ b/src/scalafmt.ts @@ -11,7 +11,7 @@ const homedir = os.homedir() const bin = path.join(homedir, 'bin') const scalafmtPath = path.join(bin, 'scalafmt-native') -const defaultVersion = '3.5.8' +const defaultVersion = '3.7.17' export async function scalafmt(version: string, args: string): Promise { await setup()