From 4a790a574cb8d23b92619e6342a1abbf81cbfae6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 21 Feb 2020 02:34:04 +0100 Subject: [PATCH] Update scalatest to 3.1.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c92264d..43302b0 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ crossScalaVersions := Seq("2.13.0", "2.12.9") libraryDependencies ++= Seq( "com.typesafe" % "config" % "1.4.0", "commons-codec" % "commons-codec" % "1.13" , - "org.scalatest" %% "scalatest" % "3.1.0" % Test + "org.scalatest" %% "scalatest" % "3.1.1" % Test ) licenses := Seq(("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0")))