Skip to content

Commit

Permalink
chore: update gatling-test-framework from 3.13.2 to 3.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-gatling[bot] authored and slandelle committed Jan 27, 2025
1 parent a6603e3 commit 78aadf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scala/sbt/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ scalacOptions := Seq(
"-encoding", "UTF-8", "-release:8", "-deprecation",
"-feature", "-unchecked", "-language:implicitConversions", "-language:postfixOps")

val gatlingVersion = "3.13.2"
val gatlingVersion = "3.13.3"
val gatlingMqttVersion = "3.13.3"

libraryDependencies += "io.gatling.highcharts" % "gatling-charts-highcharts" % gatlingVersion % "test,it"
Expand Down

0 comments on commit 78aadf7

Please sign in to comment.