Skip to content

Commit

Permalink
bump: update scalatest from 3.2.12 to 3.2.18 (#4387)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 30, 2024
1 parent 8eb74ee commit 4a98409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/akka-http-quickstart-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ lazy val root = (project in file(".")).

"com.typesafe.akka" %% "akka-http-testkit" % akkaHttpVersion % Test,
"com.typesafe.akka" %% "akka-actor-testkit-typed" % akkaVersion % Test,
"org.scalatest" %% "scalatest" % "3.2.12" % Test
"org.scalatest" %% "scalatest" % "3.2.18" % Test
)
)

0 comments on commit 4a98409

Please sign in to comment.