diff --git a/build.sbt b/build.sbt index 1eada4e1..757811b7 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ val sharedSettings = Seq( organization := "io.lemonlabs", libraryDependencies ++= Seq( "org.typelevel" %%% "simulacrum-scalafix-annotations" % simulacrumScalafixVersion, - "org.scalatest" %%% "scalatest" % "3.2.18" % Test, + "org.scalatest" %%% "scalatest" % "3.2.19" % Test, "org.scalatestplus" %%% "scalacheck-1-16" % "3.2.14.0" % Test, "org.scalacheck" %%% "scalacheck" % "1.17.0" % Test, "org.typelevel" %%% "cats-laws" % "2.9.0" % Test