Skip to content

Commit

Permalink
Update scalatest to 3.2.17 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Nov 28, 2023
1 parent 6aeb249 commit 4678b3e
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.3",
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.14" % "test"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.17" % "test"
)

0 comments on commit 4678b3e

Please sign in to comment.