Skip to content

Commit

Permalink
Update scalatest to 3.2.19 (#136)
Browse files Browse the repository at this point in the history
* Update scalatest to 3.2.19

---------

Co-authored-by: Mareks Rampāns <[email protected]>
  • Loading branch information
scala-steward and mr-git authored Oct 16, 2024
1 parent 9669950 commit c7b2fa4
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 scalatest = "org.scalatest" %% "scalatest" % "3.2.17"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"
val `testcontainers-cassandra` = "com.dimafeng" %% "testcontainers-scala-cassandra" % "0.41.4"
val `future-helper` = "com.evolutiongaming" %% "future-helper" % "1.0.7"
val scassandra = "com.evolutiongaming" %% "scassandra" % "5.2.1"
Expand Down

0 comments on commit c7b2fa4

Please sign in to comment.