-
Notifications
You must be signed in to change notification settings - Fork 0
tech/MCC-1326235/update_dependencies #169
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
Conversation
project/Dependencies.scala
Outdated
| val http4s022 = "0.22.15" | ||
| val circe = "0.14.10" | ||
| val circeGenericExtras = "0.14.4" | ||
| val http4s022 = "0.23.30" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This says its http4s022? Do we have another for 023? Unsure if there is any need for continued 22 support, just checking
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yeah, its seems like its supports both so this should be latest 0.22 version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
023 uses val http4s ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
further down there is Dsl22 & Dsl23 which is where the 022 package is used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reverted back to the 0.22 lib.
dependencies update, sbt, scala, plugins