Skip to content

Commit

Permalink
Update scalatest-funspec to 3.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-text-bot[bot] authored and xuwei-k committed Sep 8, 2023
1 parent fa96a6b commit 18e4863
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 @@ -11,7 +11,7 @@ scalaVersion := Scala212
crossScalaVersions := Seq(Scala212, "2.13.11", "3.3.0")

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest-funspec" % "3.2.16" % "test",
"org.scalatest" %% "scalatest-funspec" % "3.2.17" % "test",
"org.scalacheck" %% "scalacheck" % "1.17.0" % "test"
)

Expand Down

0 comments on commit 18e4863

Please sign in to comment.