Skip to content

Commit

Permalink
Update gatling-charts-highcharts to 3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 14, 2024
1 parent 0a0d9f2 commit 989875b
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 @@ -522,7 +522,7 @@ 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.5" % "test" exclude (
"io.gatling.highcharts" % "gatling-charts-highcharts" % "3.13.1" % "test" exclude (
"com.fasterxml.jackson.core",
"jackson-databind"
),
Expand Down

0 comments on commit 989875b

Please sign in to comment.