Skip to content

Commit

Permalink
Update Dependencies.scala (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
jigarkhwar authored Jul 18, 2022
1 parent a5d67d4 commit 7ba0116
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
Expand Up @@ -5,7 +5,7 @@ object Dependencies {
"io.gatling" % "gatling-core",
"io.gatling" % "gatling-http",
"io.gatling" % "gatling-redis",
).map(_ % "3.7.6" % Provided)
).map(_ % "3.8.2" % Provided)

lazy val fastUUID = Seq(
"com.eatthepath" % "fast-uuid" % "0.2.0" % Provided,
Expand All @@ -14,7 +14,7 @@ object Dependencies {
lazy val gatling: Seq[ModuleID] = Seq(
"io.gatling.highcharts" % "gatling-charts-highcharts",
"io.gatling" % "gatling-test-framework",
).map(_ % "3.7.6" % Test)
).map(_ % "3.8.2" % Test)

lazy val json4s: Seq[ModuleID] = Seq(
"org.json4s" %% "json4s-native" % "4.0.5",
Expand Down

0 comments on commit 7ba0116

Please sign in to comment.