Skip to content

Commit 9416831

Browse files
authored
Merge pull request #68 from scala-steward/update/scalatest-3.2.7
Update scalatest to 3.2.7
2 parents 45090d8 + 1e9fcf3 commit 9416831

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
@@ -40,7 +40,7 @@ scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
4040
})
4141

4242
libraryDependencies ++= Seq(
43-
"org.scalatest" %% "scalatest" % "3.1.4" % "test"
43+
"org.scalatest" %% "scalatest" % "3.2.7" % "test"
4444
)
4545

4646
publishMavenStyle := true

0 commit comments

Comments
 (0)