Skip to content

Commit

Permalink
Update scalatest to 3.2.19 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 24, 2024
1 parent 92de6be commit 4a03077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._
object Deps {
import Def.{setting => dep}

val scalaTest = dep("org.scalatest" %%% "scalatest" % "3.2.18")
val scalaTest = dep("org.scalatest" %%% "scalatest" % "3.2.19")

val scalaReflect = dep("org.scala-lang" % "scala-reflect")
val cats = dep("org.typelevel" %%% "cats-core" % "2.12.0")
Expand Down

0 comments on commit 4a03077

Please sign in to comment.