Skip to content

Commit

Permalink
bump: scalatest 3.2.18 (was 3.2.17) (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 20, 2024
1 parent b44b0a1 commit 96b8577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object Dependencies {
val alpakka = "7.0.0"
val alpakkaKafka = sys.props.getOrElse("build.alpakka.kafka.version", "5.0.0")
val slick = "3.4.1"
val scalaTest = "3.2.17"
val scalaTest = "3.2.18"
val testContainers = "1.19.3"
val junit = "4.13.2"
val jacksonDatabind = "2.15.2" // this should match the version of jackson used by akka-serialization-jackson
Expand Down

0 comments on commit 96b8577

Please sign in to comment.