Skip to content

Commit

Permalink
Merge pull request #12 from TinkoffCreditSystems/feat/update-to-gatli…
Browse files Browse the repository at this point in the history
…ng-351

feat: update to gatling 3.5.1 and scala 2.13.4
  • Loading branch information
jigarkhwar authored Mar 18, 2021
2 parents f0d00bc + 68cf1e6 commit 81aaf34
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ target/
boot/
lib_managed/
src_managed/
project/plugins/project/
project/plugins/project/
.bsp
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.4.1
sbt.version=1.4.7
8 changes: 4 additions & 4 deletions src/main/g8/default.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=myservice
package=ru.tinkoff.load
description=Creates a Gatling project with sample performance test.
scala_version=2.12.12
sbt_version=1.3.13
gatling_version=3.4.2
scala_version=2.13.4
sbt_version=1.4.7
gatling_version=3.5.1
sbt_gatling_version=3.2.1
gatling_picatinny_version=0.6.1
gatling_picatinny_version=0.7.0
verbatim=*.conf *.xml

0 comments on commit 81aaf34

Please sign in to comment.