Skip to content

Commit

Permalink
Merge pull request #1933 from scala-steward/update/gatling-test-frame…
Browse files Browse the repository at this point in the history
…work-3.7.6

Update gatling-test-framework to 3.7.6
  • Loading branch information
adamw authored Mar 11, 2022
2 parents e8a43bc + d8dbf72 commit 33032ee
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 @@ -365,7 +365,7 @@ lazy val perfTests: ProjectMatrix = (projectMatrix in file("perf-tests"))
name := "tapir-perf-tests",
libraryDependencies ++= Seq(
"io.gatling.highcharts" % "gatling-charts-highcharts" % "3.7.6" % "test",
"io.gatling" % "gatling-test-framework" % "3.6.1" % "test",
"io.gatling" % "gatling-test-framework" % "3.7.6" % "test",
"com.typesafe.akka" %% "akka-http" % Versions.akkaHttp,
"com.typesafe.akka" %% "akka-stream" % Versions.akkaStreams,
"org.http4s" %% "http4s-blaze-server" % Versions.http4s,
Expand Down

0 comments on commit 33032ee

Please sign in to comment.