Skip to content

Commit

Permalink
Update scalatest to 3.2.13 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Aug 11, 2022
1 parent c0ba0d1 commit 4f39529
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.2",
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.11" % "test"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.13" % "test"
)

0 comments on commit 4f39529

Please sign in to comment.