Skip to content

Commit

Permalink
Update gatling-charts-highcharts to 3.10.5 (#3709)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci committed Apr 20, 2024
1 parent d8c700c commit 62c6422
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 @@ -251,7 +251,7 @@ lazy val rawAllAggregates = core.projectRefs ++

lazy val loomProjects: Seq[String] = Seq(nettyServerSync, nimaServer, examples).flatMap(_.projectRefs).flatMap(projectId)

def projectId(projectRef: ProjectReference): Option[String] =
def projectId(projectRef: ProjectReference): Option[String] =
projectRef match {
case ProjectRef(_, id) => Some(id)
case LocalProject(id) => Some(id)
Expand Down Expand Up @@ -521,7 +521,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.10.4" % "test" exclude (
"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"),
Expand Down

0 comments on commit 62c6422

Please sign in to comment.