Skip to content

Commit

Permalink
Update scalatest to 3.2.15 (#237)
Browse files Browse the repository at this point in the history
Co-authored-by: Roland Tritsch <[email protected]>
  • Loading branch information
scala-steward and rolandtritsch authored Feb 4, 2023
1 parent 826d63d commit 43b5ad7
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 @@ -65,7 +65,7 @@ lazy val root = Project("sbt-coveralls", file("."))
"io.circe" %% "circe-generic" % "0.14.3",
"io.circe" %% "circe-parser" % "0.14.3",
"org.mockito" % "mockito-core" % "5.1.1" % Test,
"org.scalatest" %% "scalatest" % "3.2.14" % Test
"org.scalatest" %% "scalatest" % "3.2.15" % Test
),
scriptedLaunchOpts ++= Seq(
"-Xmx1024M",
Expand Down

0 comments on commit 43b5ad7

Please sign in to comment.