-
Notifications
You must be signed in to change notification settings - Fork 23
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
chore: upgrade to latest Tapir version #1417
Conversation
Signed-off-by: Benjamin Voiturier <[email protected]>
Signed-off-by: Benjamin Voiturier <[email protected]>
Signed-off-by: Benjamin Voiturier <[email protected]>
Signed-off-by: Benjamin Voiturier <[email protected]>
I tried to replace the transitive So I decided, at this stage, to just force |
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.
LGTM
@@ -114,7 +114,10 @@ lazy val D = new { | |||
val tapirPrometheusMetrics: ModuleID = "com.softwaremill.sttp.tapir" %% "tapir-prometheus-metrics" % V.tapir | |||
val micrometer: ModuleID = "io.micrometer" % "micrometer-registry-prometheus" % V.micrometer | |||
val micrometerPrometheusRegistry = "io.micrometer" % "micrometer-core" % V.micrometer | |||
val scalaUri = "io.lemonlabs" %% "scala-uri" % V.scalaUri | |||
val scalaUri = Seq( |
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.
@bvoiturier, I think we need to find a replacement for this library.
It's not actively maintained and might cause conflicts as we upgrade other libraries.
https://github.com/lemonlabsuk/scala-uri
The version of the Tapir library used in the cloud agent to implement both the REST API and DIDComm endpoints is outdated. We should upgrade to the current latest version =>
1.11.7