Skip to content

Commit

Permalink
Update scalatest-freespec to 3.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Feb 7, 2024
1 parent 31bfd63 commit 80132bd
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 @@ -36,7 +36,7 @@ lazy val `scalameta-ast` = projectMatrix
name := "scalameta-ast",
commonSettings,
libraryDependencies ++= Seq(
"org.scalatest" %%% "scalatest-freespec" % "3.2.17" % Test,
"org.scalatest" %%% "scalatest-freespec" % "3.2.18" % Test,
"org.ekrich" %%% "sconfig" % "1.5.1",
),
)
Expand Down

0 comments on commit 80132bd

Please sign in to comment.