Skip to content

Commit

Permalink
update default version to 3.7.17
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouly committed Jan 1, 2024
1 parent b481f98 commit 86c381a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scalafmt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string> {
await setup()
Expand Down

0 comments on commit 86c381a

Please sign in to comment.