Skip to content

Commit 801b01f

Browse files
Update scalatest to 3.2.19 in series/0.x
1 parent 93d6947 commit 801b01f

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)