Skip to content

Commit

Permalink
chore: upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
slandelle committed Mar 15, 2024
1 parent 286fe43 commit c0f7407
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/sbt-test/gatling-sbt/enterpriseAssembly/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ enablePlugins(GatlingPlugin)
name := "my-test-project"
version := "1.2.3"

scalaVersion := "2.13.12"
scalaVersion := "2.13.13"

val gatlingVersion = "3.9.5"
val gatlingVersion = "3.10.4"

libraryDependencies += "io.gatling.highcharts" % "gatling-charts-highcharts" % gatlingVersion % "it,test"
libraryDependencies += "io.gatling" % "gatling-test-framework" % gatlingVersion % "it,test"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.9
4 changes: 2 additions & 2 deletions src/sbt-test/gatling-sbt/runTests/build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
enablePlugins(GatlingPlugin)

scalaVersion := "2.13.12"
scalaVersion := "2.13.13"

val gatlingVersion = "3.9.5"
val gatlingVersion = "3.10.4"

libraryDependencies += "io.gatling.highcharts" % "gatling-charts-highcharts" % gatlingVersion % "it,test"
libraryDependencies += "io.gatling" % "gatling-test-framework" % gatlingVersion % "it,test"
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/gatling-sbt/runTests/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.9

0 comments on commit c0f7407

Please sign in to comment.