Skip to content

Commit dcaa793

Browse files
Update scalatest to 3.2.16 (#264)
Co-authored-by: Roland Tritsch <roland@tritsch.email>
1 parent 82ef1eb commit dcaa793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ lazy val root = Project("sbt-coveralls", file("."))
6666
"io.circe" %% "circe-generic" % "0.14.5",
6767
"io.circe" %% "circe-parser" % "0.14.5",
6868
"org.mockito" % "mockito-core" % "5.4.0" % Test,
69-
"org.scalatest" %% "scalatest" % "3.2.15" % Test
69+
"org.scalatest" %% "scalatest" % "3.2.16" % Test
7070
),
7171
scriptedLaunchOpts ++= Seq(
7272
"-Xmx1024M",

0 commit comments

Comments
 (0)