From 362516416828c594f1e6300da3ab1a8c8e78b219 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 20 Apr 2024 00:12:34 +0000 Subject: [PATCH] Update gatling-charts-highcharts to 3.10.5 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 33ae2fbcec..d70b374ca5 100644 --- a/build.sbt +++ b/build.sbt @@ -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) @@ -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"),