diff --git a/build.sbt b/build.sbt index 8839111..3f49c7f 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ lazy val root = (project in file(".")).settings( crossScalaVersions := Seq(Scala212, "2.11.12", "2.10.7", "2.13.14", "3.3.3"), transitiveClassifiers in Global := Seq(Artifact.SourceClassifier), scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature"), - scalatestVersion := "3.2.18", + scalatestVersion := "3.2.19", libraryDependencies ++= Seq( "org.scalatest" %% "scalatest-wordspec" % scalatestVersion.value % Test, "org.scalatest" %% "scalatest-shouldmatchers" % scalatestVersion.value % Test,