Skip to content

Commit 4df3fde

Browse files
chore: update cats-effect-testing-scalatest from 1.5.0 to 1.6.0
1 parent 618e39e commit 4df3fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ lazy val root = (project in file("."))
3535
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.31.3" % "provided",
3636
// Testing
3737
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
38-
"org.typelevel" %% "cats-effect-testing-scalatest" % "1.5.0" % Test
38+
"org.typelevel" %% "cats-effect-testing-scalatest" % "1.6.0" % Test
3939
)
4040
)

0 commit comments

Comments
 (0)