Skip to content

Commit

Permalink
Merge pull request #2754 from softwaremill/update/gatling-test-framew…
Browse files Browse the repository at this point in the history
…ork-3.9.2

Update gatling-test-framework to 3.9.2
  • Loading branch information
mergify[bot] authored Feb 22, 2023
2 parents b4beafe + 69763a3 commit eca1d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ lazy val perfTests: ProjectMatrix = (projectMatrix in file("perf-tests"))
name := "tapir-perf-tests",
libraryDependencies ++= Seq(
"io.gatling.highcharts" % "gatling-charts-highcharts" % "3.9.1" % "test",
"io.gatling" % "gatling-test-framework" % "3.9.1" % "test",
"io.gatling" % "gatling-test-framework" % "3.9.2" % "test",
"com.typesafe.akka" %% "akka-http" % Versions.akkaHttp,
"com.typesafe.akka" %% "akka-stream" % Versions.akkaStreams,
"org.http4s" %% "http4s-blaze-server" % Versions.http4sBlazeServer,
Expand Down

0 comments on commit eca1d96

Please sign in to comment.