Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit c653446

Browse files
Update scalatest to 3.2.9 (#182)
1 parent f4c681f commit c653446

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
@@ -46,7 +46,7 @@ scalacOptions ++= Seq(
4646
)
4747
libraryDependencies ++= List(
4848
"org.sonarsource.scanner.api" % "sonar-scanner-api" % "2.16.1.361" % Compile,
49-
"org.scalatest" %% "scalatest" % "3.2.8" % Test,
49+
"org.scalatest" %% "scalatest" % "3.2.9" % Test,
5050
"org.scalatestplus" %% "mockito-1-10" % "3.1.0.0" % Test,
5151
"org.mockito" % "mockito-core" % "3.10.0" % Test
5252
)

0 commit comments

Comments
 (0)