diff --git a/build.sbt b/build.sbt index 21d6f3ff..3a31fd4b 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ lazy val commonSettings = Seq( ) }), libraryDependencies ++= Seq( - "org.scalatest" %%% "scalatest" % "3.2.15" % Test, + "org.scalatest" %%% "scalatest" % "3.2.17" % Test, ), /* scalacOptions --= Seq("-Xfatal-warnings"), // overwrite option from https://github.com/DavidGregory084/sbt-tpolecat */ )