Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Scalafmt to latest release of 2.6.x serias #11633

Merged
merged 2 commits into from Jan 25, 2023

Conversation

ihostage
Copy link
Member

@ihostage ihostage commented Jan 25, 2023

It's a third step of #11510

Comment on lines +71 to +77
setting("config.file").map(fileName => ConfigFactory.parseFileAnySyntax(new File(fileName)))
}.getOrElse {
val parseOptions = ConfigParseOptions.defaults
.setClassLoader(classLoader)
.setAllowMissing(allowMissingApplicationConf)
ConfigFactory.defaultApplication(parseOptions)
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This and the similar below is nice for me.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, seems like they fixed some bugs with the 2.6.x releases 😉

@mkurz mkurz merged commit 13e4291 into playframework:main Jan 25, 2023
@ihostage ihostage deleted the scalafmt-26 branch January 25, 2023 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants