Skip to content

Commit

Permalink
bump: ScalaTest 3.2.16 (align with Akka) (#1665)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored Aug 23, 2023
1 parent abae563 commit d583272
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,9 +22,9 @@ val akkaVersion = "2.7.0"
// Keep .scala-steward.conf pin in sync
val kafkaVersion = "3.5.1"
val KafkaVersionForDocs = "35"
// This should align with the ScalaTest version used in the Akka 2.7.x testkit
// https://github.com/akka/akka/blob/main/project/Dependencies.scala#L41
val scalatestVersion = "3.2.12"
// This should align with the ScalaTest version used in the Akka testkit
// https://github.com/akka/akka/blob/main/project/Dependencies.scala#L44
val scalatestVersion = "3.2.16"
val testcontainersVersion = "1.18.3"
val slf4jVersion = "1.7.36"
// this depends on Kafka, and should be upgraded to such latest version
Expand Down

0 comments on commit d583272

Please sign in to comment.