diff --git a/build.sbt b/build.sbt index 6797298..5e94f90 100644 --- a/build.sbt +++ b/build.sbt @@ -36,8 +36,8 @@ lazy val root = project libraryDependencies ++= Seq( // "sweet.delights" %% "delightful-extractors" % "0.0.2-SNAPSHOT", "org.scala-lang.modules" %% "scala-parser-combinators" % "2.3.0", - "org.scalatest" %% "scalatest-shouldmatchers" % "3.2.17" % "test", - "org.scalatest" %% "scalatest-wordspec" % "3.2.17" % "test", + "org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19" % "test", + "org.scalatest" %% "scalatest-wordspec" % "3.2.19" % "test", "org.scalatestplus" %% "scalacheck-1-15" % "3.2.16.0" % "test" ), scalacOptions ++= Seq(