Skip to content

Commit

Permalink
Update gatling-test-framework to 3.10.5 (#3708)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci committed Apr 23, 2024
1 parent 9fa722e commit e988125
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 @@ -524,7 +524,7 @@ lazy val perfTests: ProjectMatrix = (projectMatrix in file("perf-tests"))
"io.gatling.highcharts" % "gatling-charts-highcharts" % "3.10.5" % "test" exclude (
"com.fasterxml.jackson.core", "jackson-databind"
),
"io.gatling" % "gatling-test-framework" % "3.10.4" % "test" exclude ("com.fasterxml.jackson.core", "jackson-databind"),
"io.gatling" % "gatling-test-framework" % "3.10.5" % "test" exclude ("com.fasterxml.jackson.core", "jackson-databind"),
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.0",
"nl.grons" %% "metrics4-scala" % Versions.metrics4Scala % Test,
"com.lihaoyi" %% "scalatags" % Versions.scalaTags % Test,
Expand Down

0 comments on commit e988125

Please sign in to comment.