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

bump: ScalaTest 3.2.16 (align with Akka) #1665

Merged
merged 1 commit into from
Aug 23, 2023
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
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
Loading