Skip to content

Commit 3c5d590

Browse files
authored
Merge pull request #8 from scala-steward/update/scalatest-3.0.8
Update scalatest to 3.0.8
2 parents 45d4eea + c3dfe05 commit 3c5d590

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
@@ -47,7 +47,7 @@ scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
4747
})
4848

4949
libraryDependencies ++= Seq(
50-
"org.scalatest" %% "scalatest" % "3.0.5" % "test"
50+
"org.scalatest" %% "scalatest" % "3.0.8" % "test"
5151
)
5252

5353
publishMavenStyle := true

0 commit comments

Comments
 (0)