Skip to content

Commit

Permalink
Update scalatest-funsuite to 3.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Jun 23, 2024
1 parent 847e0c3 commit a6fc0fe
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 @@ -109,7 +109,7 @@ lazy val rules = projectMatrix
moduleName := "scalafix-rules",
publishTo := sonatypePublishToBundle.value,
libraryDependencies += "ch.epfl.scala" %% "scalafix-core" % V.scalafixVersion,
libraryDependencies += "org.scalatest" %% "scalatest-funsuite" % "3.2.18" % Test,
libraryDependencies += "org.scalatest" %% "scalatest-funsuite" % "3.2.19" % Test,
scalacOptions += "-Ywarn-unused:imports",
Compile / sourceGenerators += task {
val dir = (Compile / sourceManaged).value
Expand Down

0 comments on commit a6fc0fe

Please sign in to comment.