From bf03c5e2a35c250a7c5850449d241368998f98ce Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 10 May 2020 17:45:32 +0200 Subject: [PATCH] Update scalatest to 3.1.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d0413f15..0d1d3624 100644 --- a/build.sbt +++ b/build.sbt @@ -107,7 +107,7 @@ libraryDependencies ++= Seq( ), "org.scala-lang" % "scala-compiler" % scalaVersion.value % "test", "commons-io" % "commons-io" % "2.6" % "test", - "org.scalatest" %% "scalatest" % "3.1.1" % "test", + "org.scalatest" %% "scalatest" % "3.1.2" % "test", "org.mockito" % "mockito-all" % "1.10.19" % "test", "joda-time" % "joda-time" % "2.10.6" % "test", "org.joda" % "joda-convert" % "2.2.1" % "test",