Skip to content

Commit

Permalink
chore: update scalatest from 3.2.18 to 3.2.19 (#170)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-gatling[bot] <140393974+scala-steward-gatling[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-gatling[bot] authored Jun 24, 2024
1 parent 9c46ab0 commit e90002a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sbtPlugin := true
githubPath := "gatling/gatling-sbt-plugin"

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"io.gatling" % "gatling-enterprise-plugin-commons" % "1.9.1",
"io.gatling" % "gatling-shared-cli" % "0.0.3"
)
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/gatling-sbt/runTests/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ val gatlingVersion = "3.10.4"

libraryDependencies += "io.gatling.highcharts" % "gatling-charts-highcharts" % gatlingVersion % "it,test"
libraryDependencies += "io.gatling" % "gatling-test-framework" % gatlingVersion % "it,test"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.18"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19"

0 comments on commit e90002a

Please sign in to comment.