Skip to content

Commit

Permalink
feat: update-gatling-3-11 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jigarkhwar authored Aug 7, 2024
1 parent 176f777 commit 6b4c111
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
runner.dialect = "scala213"
version = 3.8.1
version = 3.8.3
binPack.parentConstructors = true
maxColumn = 128
includeCurlyBraceInSelectChains = false
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# suppress inspection "UnusedProperty"
sbt.version=1.9.9
sbt.version=1.10.0
2 changes: 1 addition & 1 deletion src/main/g8/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
runner.dialect = "scala213"
version = 3.7.10
version = 3.8.3
binPack.parentConstructors = true
maxColumn = 128
includeCurlyBraceInSelectChains = false
Expand Down
14 changes: 7 additions & 7 deletions src/main/g8/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ amqpPlugin=n
kafkaPlugin=n
description=Creates a Gatling project with sample performance test.
scala_version=2.13.14
sbt_version=1.9.9
gatling_version=3.10.5
sbt_version=1.10.0
gatling_version=3.11.5
sbt_gatling_version=4.9.0
sbt_scalafmt_version=2.5.2
gatling_picatinny_version=0.15.0
gatling_jdbc_version=0.11.0
gatling_amqp_version=0.11.0
gatling_kafka_version=0.13.0
verbatim=gatling.conf .scalafmt.conf *.xml perf/* policy.yml approvers.yml
gatling_picatinny_version=0.16.0
gatling_jdbc_version=0.12.0
gatling_amqp_version=0.12.0
gatling_kafka_version=0.14.0
verbatim=gatling.conf .scalafmt.conf *.xml

0 comments on commit 6b4c111

Please sign in to comment.