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

Refactoring pureconfig module #48

Merged
merged 1 commit into from
Jul 2, 2023
Merged

Conversation

geirolz
Copy link
Owner

@geirolz geirolz commented Jul 2, 2023

Improve pureconfig syntax to make code more flexible, clean and coherent

This

import com.geirolz.app.toolkit.config.pureconfig.syntax.*

[...]
.withPureConfigLoader[CONFIG]
[...]

has been changed to this

import com.geirolz.app.toolkit.config.pureconfig.*

[...]
.withConfigLoader(pureconfigLoader[F, CONFIG])
[...]

@geirolz geirolz merged commit 1c56624 into main Jul 2, 2023
8 checks passed
@geirolz geirolz deleted the refactoring_pure_config_module branch July 2, 2023 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant