diff --git a/build.sbt b/build.sbt index 4007eb5..99928b6 100644 --- a/build.sbt +++ b/build.sbt @@ -45,7 +45,7 @@ libraryDependencies ++= { "org.backuity.clist" %% "clist-core" % "3.5.1", "org.backuity.clist" %% "clist-macros" % "3.5.1" % "provided", "com.outr" %% "scribe-slf4j" % "2.8.3", - "org.scalatest" %% "scalatest" % "3.2.14" % Test + "org.scalatest" %% "scalatest" % "3.2.19" % Test ) }