Skip to content

Commit

Permalink
Merge pull request #287 from scala-steward/update/scalatest-3.2.16
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.16
  • Loading branch information
Alexander Valentinov authored Jun 11, 2023
2 parents b7a9b3c + 03bc063 commit 37c2892
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 @@ -8,7 +8,7 @@ lazy val commonDependencies =
libraryDependencies ++=
List(
"com.fasterxml" % "aalto-xml" % "1.3.2",
"org.scalatest" %% "scalatest" % "3.2.15" % "test",
"org.scalatest" %% "scalatest" % "3.2.16" % "test",
"org.scalactic" %% "scalactic" % "3.2.15" % "test",
) ++
(CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down

0 comments on commit 37c2892

Please sign in to comment.