Skip to content

Commit

Permalink
Update scalatest to 3.2.18 (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 23, 2024
1 parent 9130dd7 commit cdefed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lazy val `cats-scalatest` = crossProject(JVMPlatform, JSPlatform)
),
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % catsVersion,
"org.scalatest" %%% "scalatest" % "3.2.17",
"org.scalatest" %%% "scalatest" % "3.2.18",
"org.typelevel" %%% "shapeless3-typeable" % "3.4.1"
)
)

0 comments on commit cdefed2

Please sign in to comment.