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

Add build.sbt file #14

Merged
merged 9 commits into from
Dec 5, 2023
Merged

Add build.sbt file #14

merged 9 commits into from
Dec 5, 2023

Conversation

Laderlappen
Copy link
Collaborator

Add a build.sbt file to the project to enable the use of scalafix.

@ff137 ff137 added the enhancement New feature or request label Dec 5, 2023
@ff137 ff137 self-requested a review December 5, 2023 13:38
ff137
ff137 previously approved these changes Dec 5, 2023
build.sbt Outdated Show resolved Hide resolved
build.sbt Outdated Show resolved Hide resolved
build.sbt Outdated Show resolved Hide resolved
build.sbt Outdated
Comment on lines 6 to 8
"io.circe" %% "circe-core" % "0.14.6",
"io.circe" %% "circe-parser" % "0.14.6",
"io.circe" %% "circe-generic" % "0.14.6",
Copy link
Collaborator

Choose a reason for hiding this comment

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

deduplicate repeated versions:

val circeVersion = "0.14.6"
val redis4CatsVersion = "1.5.2"
..etc

@Laderlappen Laderlappen merged commit b30b9e0 into master Dec 5, 2023
2 checks passed
@Laderlappen Laderlappen deleted the add-sbt-config branch December 5, 2023 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants