Skip to content

Commit

Permalink
Update scalatest to 3.2.17 (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 5, 2023
1 parent 70d00f2 commit e4ca58c
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 @@ -66,7 +66,7 @@ lazy val root = Project("sbt-coveralls", file("."))
"io.circe" %% "circe-generic" % "0.14.6",
"io.circe" %% "circe-parser" % "0.14.6",
"org.mockito" % "mockito-core" % "5.4.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.16" % Test
"org.scalatest" %% "scalatest" % "3.2.17" % Test
),
scriptedLaunchOpts ++= Seq(
"-Xmx1024M",
Expand Down

0 comments on commit e4ca58c

Please sign in to comment.