diff --git a/build.sbt b/build.sbt index 61d14d3..71400bb 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ lazy val pbdirect = project "org.typelevel" %% "cats-core" % "2.4.1", "com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5" % Test, "com.github.os72" % "protoc-jar" % "3.11.4" % Test, - "org.scalatest" %% "scalatest" % "3.2.3" % Test, + "org.scalatest" %% "scalatest" % "3.2.4" % Test, "org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0" % Test ) )