Skip to content

Commit

Permalink
Update scalatest to 3.2.10 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl authored Sep 19, 2021
1 parent f6de6ac commit c74615e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ lazy val basicSettings = Seq(
lazy val dependencySettings = Seq(
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value,
libraryDependencies += "com.typesafe" % "config" % "1.4.1",
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.9" % "test"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.10" % "test"
)

0 comments on commit c74615e

Please sign in to comment.