Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
Update scalatest to 3.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 20, 2024
1 parent 3fcb3c7 commit 80994f0
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 @@ -52,7 +52,7 @@ object Dependencies {
/* Test */
val AkkaTypedTestKit =
"com.typesafe.akka" %% "akka-actor-testkit-typed" % Version.Akka % Test
val ScalaTest = "org.scalatest" %% "scalatest" % "3.2.14" % Test
val ScalaTest = "org.scalatest" %% "scalatest" % "3.2.18" % Test
val AkkaStreamsTestKit =
"com.typesafe.akka" %% "akka-stream-testkit" % Version.Akka % Test
val MockitoScala = "org.mockito" %% "mockito-scala" % "1.17.12" % Test
Expand Down

0 comments on commit 80994f0

Please sign in to comment.