Skip to content

Commit

Permalink
Fix Gatling version
Browse files Browse the repository at this point in the history
  • Loading branch information
kciesielski committed May 7, 2024
1 parent b90599b commit f7f6674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -504,10 +504,10 @@ lazy val perfTests: ProjectMatrix = (projectMatrix in file("perf-tests"))
name := "tapir-perf-tests",
libraryDependencies ++= Seq(
// Required to force newer jackson in Pekko, a version that is compatible with Gatling's Jackson dependency
"io.gatling.highcharts" % "gatling-charts-highcharts" % "3.11.12" % "test" exclude (
"io.gatling.highcharts" % "gatling-charts-highcharts" % "3.11.2" % "test" exclude (
"com.fasterxml.jackson.core", "jackson-databind"
),
"io.gatling" % "gatling-test-framework" % "3.11.12" % "test" exclude ("com.fasterxml.jackson.core", "jackson-databind"),
"io.gatling" % "gatling-test-framework" % "3.11.2" % "test" exclude ("com.fasterxml.jackson.core", "jackson-databind"),
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.1",
"nl.grons" %% "metrics4-scala" % Versions.metrics4Scala % Test,
"com.lihaoyi" %% "scalatags" % Versions.scalaTags % Test,
Expand Down

0 comments on commit f7f6674

Please sign in to comment.