Skip to content

Commit

Permalink
Merge pull request #319 from scala-steward/update/scalatest-3.2.12
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.12
  • Loading branch information
mergify[bot] authored Apr 25, 2022
2 parents 324c8fa + 1fece19 commit 9758851
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 @@ -23,7 +23,7 @@ lazy val core = project
"com.lightbend.akka" %% "akka-stream-alpakka-json-streaming" % "3.0.4",
"io.circe" %% "circe-generic" % Circe,
"io.circe" %% "circe-generic-extras" % Circe,
"org.scalatest" %% "scalatest" % "3.2.11" % "test",
"org.scalatest" %% "scalatest" % "3.2.12" % "test",
"com.typesafe.akka" %% "akka-testkit" % Akka % "test"
)
},
Expand Down

0 comments on commit 9758851

Please sign in to comment.