Skip to content

Commit

Permalink
Update dependencies (#4725)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Dumas <[email protected]>
  • Loading branch information
imsdu and Simon Dumas authored Feb 9, 2024
1 parent d8b76a1 commit 473aeb1
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 473aeb1

Please sign in to comment.