Skip to content

Commit

Permalink
Update scalatest to 3.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 1, 2021
1 parent 95ff8cf commit 4b7ce98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -19,7 +19,7 @@ crossScalaVersions := Seq("2.13.4", "2.12.12")
libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.4.1",
"commons-codec" % "commons-codec" % "1.15" ,
"org.scalatest" %% "scalatest" % "3.2.3" % Test
"org.scalatest" %% "scalatest" % "3.2.7" % Test
)

licenses := Seq(("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0")))
Expand Down

0 comments on commit 4b7ce98

Please sign in to comment.