Skip to content

Commit

Permalink
Update gatling-test-framework to 3.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 11, 2023
1 parent d06dd4e commit 1ec4c2f
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 @@ -492,7 +492,7 @@ lazy val perfTests: ProjectMatrix = (projectMatrix in file("perf-tests"))
name := "tapir-perf-tests",
libraryDependencies ++= Seq(
"io.gatling.highcharts" % "gatling-charts-highcharts" % "3.9.3" % "test",
"io.gatling" % "gatling-test-framework" % "3.9.4" % "test",
"io.gatling" % "gatling-test-framework" % "3.9.5" % "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 1ec4c2f

Please sign in to comment.