Skip to content

Commit

Permalink
Merge pull request #432 from scala-steward/update/scalatest-3.2.19
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.19
  • Loading branch information
mergify[bot] authored Jun 24, 2024
2 parents 005301e + 9d93249 commit ebc690b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lazy val core = project
"com.lightbend.akka" %% "akka-stream-alpakka-json-streaming" % "3.0.4",
"io.circe" %% "circe-generic" % "0.14.8",
"io.circe" %% "circe-generic-extras" % "0.14.3",
"org.scalatest" %% "scalatest" % "3.2.18" % "test",
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
"com.typesafe.akka" %% "akka-testkit" % Akka % "test"
)
},
Expand Down

0 comments on commit ebc690b

Please sign in to comment.