Skip to content

Commit 7aaa832

Browse files
authored
Merge pull request #574 from typelevel/update/series/0.x/scalatest-3.2.19
Update scalatest to 3.2.19 in series/0.x
2 parents 93d6947 + 801b01f commit 7aaa832

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
@@ -76,7 +76,7 @@ lazy val scalatest = project
7676

7777
libraryDependencies ++= Seq(
7878
"org.typelevel" %% "cats-effect" % CatsEffectVersion,
79-
"org.scalatest" %% "scalatest" % "3.2.18"),
79+
"org.scalatest" %% "scalatest" % "3.2.19"),
8080

8181
mimaPreviousArtifacts := mimaPreviousArtifacts.value -- Seq(
8282
"com.codecommit" %% name.value % "0.1.0",

0 commit comments

Comments
 (0)