Skip to content

Commit

Permalink
Merge pull request #41 from scala-steward/update/gatling-test-framewo…
Browse files Browse the repository at this point in the history
…rk-3.13.1

Update gatling-test-framework to 3.13.1
  • Loading branch information
Maksimall89 authored Nov 19, 2024
2 parents 9af67da + b606621 commit f8ebf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ scalacOptions := Seq(
"-encoding", "UTF-8", "-release:8", "-deprecation",
"-feature", "-unchecked", "-language:implicitConversions", "-language:postfixOps")

val gatlingVersion = "3.12.0"
val gatlingVersion = "3.13.1"
libraryDependencies += "io.gatling.highcharts" % "gatling-charts-highcharts" % gatlingVersion % "test,it"
libraryDependencies += "io.gatling" % "gatling-test-framework" % gatlingVersion % "test,it"

0 comments on commit f8ebf2d

Please sign in to comment.