Skip to content

Commit

Permalink
Update dependencies for 1.10.0-M17 (#5071)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Dumas <simon.dumas@epfl.ch>
  • Loading branch information
imsdu and Simon Dumas authored Jul 31, 2024
1 parent 12a5a3c commit 47ef71d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ val akkaVersion = "2.6.21"
val alpakkaVersion = "3.0.4"
val apacheCompressVersion = "1.26.2"
val apacheIOVersion = "2.16.1"
val awsSdkVersion = "2.26.13"
val awsSdkVersion = "2.26.26"
val betterMonadicForVersion = "0.3.1"
val caffeineVersion = "3.1.8"
val catsEffectVersion = "3.5.4"
val catsRetryVersion = "3.1.3"
val catsVersion = "2.12.0"
val circeVersion = "0.14.9"
val circeOpticsVersion = "0.15.0"
val circeExtrasVersions = "0.14.3"
val circeExtrasVersions = "0.14.4"
val classgraphVersion = "4.8.174"
val declineVersion = "2.4.1"
val distageVersion = "1.2.11"
Expand All @@ -57,7 +57,7 @@ val pureconfigVersion = "0.17.7"
val scalaTestVersion = "3.2.19"
val scalaXmlVersion = "2.3.0"
val topBraidVersion = "1.4.3"
val testContainersVersion = "1.19.8"
val testContainersVersion = "1.20.0"
val testContainersScalaVersion = "0.41.4"

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

0 comments on commit 47ef71d

Please sign in to comment.