Skip to content

Commit

Permalink
Update scalatest to 3.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-gatling[bot] authored and slandelle committed Feb 19, 2024
1 parent e72c2f1 commit 9f95f74
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 @@ -87,7 +87,7 @@ object Dependencies {
private val typetools = "net.jodah" % "typetools" % "0.6.3"

// Test dependencies
private val scalaTest = "org.scalatest" %% "scalatest" % "3.2.17" % Test
private val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18" % Test
private val scalaTestScalacheck = "org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test
private val scalaTestMockito = scalaTestScalacheck.organization %% "mockito-3-4" % "3.2.10.0" % Test
private val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.17.0" % Test
Expand Down

0 comments on commit 9f95f74

Please sign in to comment.