Skip to content

Commit

Permalink
Update scalatest to 3.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 24, 2024
1 parent c554459 commit b1b0655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {
val kantanGeneric = "com.nrinaudo" %% "kantan.csv" % "0.7.0"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.18" % Test
val scalatest = "org.scalatest" %% "scalatest" % "3.2.19" % Test
val scalacheck = "org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % Test
val kindProjector = "org.typelevel" %% "kind-projector" % "0.13.3" cross CrossVersion.binary
}

0 comments on commit b1b0655

Please sign in to comment.