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 #4725

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Changes from all commits
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
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ val classgraphVersion = "4.8.165"
val distageVersion = "1.2.5"
val doobieVersion = "1.0.0-RC5"
val fs2Version = "3.9.4"
val googleAuthClientVersion = "1.34.1"
val googleAuthClientVersion = "1.35.0"
val handleBarsVersion = "4.3.1"
val hikariVersion = "5.1.0"
val jenaVersion = "4.2.0"
Expand All @@ -47,15 +47,15 @@ val log4catsVersion = "2.6.0"
val logbackVersion = "1.4.14"
val magnoliaVersion = "1.1.8"
val mockitoVersion = "1.17.30"
val munitVersion = "1.0.0-M10"
val munitVersion = "1.0.0-M11"
val munitCatsEffectVersion = "2.0.0-M4"
val nimbusJoseJwtVersion = "9.37.3"
val postgresJdbcVersion = "42.7.1"
val pureconfigVersion = "0.17.5"
val scalaTestVersion = "3.2.17"
val scalaTestVersion = "3.2.18"
val scalaXmlVersion = "2.2.0"
val topBraidVersion = "1.3.2" // 1.4.1 fails to validate some test schemas
val testContainersVersion = "1.19.3"
val testContainersVersion = "1.19.5"

lazy val akkaActorTyped = "com.typesafe.akka" %% "akka-actor-typed" % akkaVersion

Expand Down