Skip to content

Commit 2d0d6e1

Browse files
jigarkhwari.akhaltsev
and
i.akhaltsev
authored
feat: bump gatling 3.9.5 version (#172)
Co-authored-by: i.akhaltsev <[email protected]>
1 parent 00d1e1d commit 2d0d6e1

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

project/Dependencies.scala

+13-13
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ object Dependencies {
99
"io.gatling" % "gatling-redis",
1010
"io.gatling" % "gatling-core-java",
1111
"io.gatling" % "gatling-redis-java",
12-
).map(_ % "3.8.4" % Provided)
12+
).map(_ % "3.9.5" % Provided)
1313

1414
lazy val fastUUID = Seq(
1515
"com.eatthepath" % "fast-uuid" % "0.2.0" % Provided,
@@ -18,21 +18,21 @@ object Dependencies {
1818
lazy val gatling: Seq[ModuleID] = Seq(
1919
"io.gatling.highcharts" % "gatling-charts-highcharts",
2020
"io.gatling" % "gatling-test-framework",
21-
).map(_ % "3.8.4" % Test)
21+
).map(_ % "3.9.5" % Test)
2222

2323
lazy val json4s: Seq[ModuleID] = Seq(
24-
"org.json4s" %% "json4s-native" % "4.0.6",
25-
"org.json4s" %% "json4s-jackson" % "4.0.6",
24+
"org.json4s" %% "json4s-native" % "4.1.0-M3",
25+
"org.json4s" %% "json4s-jackson" % "4.1.0-M3",
2626
)
2727

2828
lazy val pureConfig: Seq[ModuleID] = Seq(
29-
"com.github.pureconfig" %% "pureconfig" % "0.17.3",
30-
"com.github.pureconfig" %% "pureconfig-yaml" % "0.17.3",
29+
"com.github.pureconfig" %% "pureconfig" % "0.17.4",
30+
"com.github.pureconfig" %% "pureconfig-yaml" % "0.17.4",
3131
)
3232

3333
lazy val jackson: Seq[ModuleID] = Seq(
34-
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-yaml" % "2.15.0",
35-
"com.fasterxml.jackson.core" % "jackson-core" % "2.15.0",
34+
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-yaml" % "2.15.1",
35+
"com.fasterxml.jackson.core" % "jackson-core" % "2.15.1",
3636
)
3737

3838
lazy val scalaTest: Seq[ModuleID] = Seq(
@@ -60,11 +60,11 @@ object Dependencies {
6060
)
6161

6262
lazy val circeDeps: Seq[ModuleID] = Seq(
63-
"io.circe" %% "circe-core",
64-
"io.circe" %% "circe-generic",
65-
"io.circe" %% "circe-parser",
66-
"io.circe" %% "circe-yaml",
67-
).map(_ % "0.14.1")
63+
"io.circe" %% "circe-core" % "0.15.0-M1",
64+
"io.circe" %% "circe-generic" % "0.15.0-M1",
65+
"io.circe" %% "circe-parser" % "0.15.0-M1",
66+
"io.circe" %% "circe-yaml" % "0.15.0-RC1",
67+
)
6868

6969
lazy val scalaTesting: Seq[ModuleID] = scalaCheck ++ scalaTest ++ scalaMock ++ scalaTestPlus
7070

0 commit comments

Comments
 (0)