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

Update dependencies #1880

Merged
merged 6 commits into from
Jul 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ val playJsonVersion: Option[(Long, Long)] => String = {
case Some((2, 11)) => "2.7.4"
case _ => "2.9.2"
}
val catsEffect_3_version = "3.4.8"
val fs2_3_version = "3.6.1"
val catsEffect_3_version = "3.5.0"
PanHNE marked this conversation as resolved.
Show resolved Hide resolved
val fs2_3_version = "3.7.0"

val catsEffect_2_version: Option[(Long, Long)] => String = {
case Some((2, 11)) => "2.0.0"
Expand Down Expand Up @@ -164,7 +164,7 @@ val braveOpentracingVersion = "1.0.0"
val zipkinSenderOkHttpVersion = "2.16.3"
val resilience4jVersion = "2.0.2"
val http4s_ce2_version = "0.22.15"
val http4s_ce3_version = "0.23.18"
val http4s_ce3_version = "0.23.19"

val openTelemetryVersion = "1.23.1"

Expand Down