Skip to content

Commit

Permalink
Update gatling-charts-highcharts to 3.9.5 (#100)
Browse files Browse the repository at this point in the history
* Update gatling-charts-highcharts to 3.9.5

* Update Dependencies.scala

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: John <jigarkhwar88@gmail.com>
  • Loading branch information
3 people committed May 18, 2023
1 parent 6e60365 commit bf38fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt._

object Dependencies {
val gatlingVersion = "3.9.0"
val gatlingVersion = "3.9.5"

lazy val gatlingCore: Seq[ModuleID] = Seq(
"io.gatling" % "gatling-core" % gatlingVersion % Provided,
Expand All @@ -10,7 +10,7 @@ object Dependencies {

lazy val gatling: Seq[ModuleID] = Seq(
"io.gatling.highcharts" % "gatling-charts-highcharts" % gatlingVersion % "it,test",
"io.gatling" % "gatling-test-framework" % gatlingVersion % "it,test",
"io.gatling" % "gatling-test-framework" % gatlingVersion % "it,test",
)

lazy val rabbitmq = "com.rabbitmq" % "amqp-client" % "5.16.0"
Expand Down

0 comments on commit bf38fbb

Please sign in to comment.