Skip to content

Commit 81aaf34

Browse files
authored
Merge pull request #12 from TinkoffCreditSystems/feat/update-to-gatling-351
feat: update to gatling 3.5.1 and scala 2.13.4
2 parents f0d00bc + 68cf1e6 commit 81aaf34

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ target/
33
boot/
44
lib_managed/
55
src_managed/
6-
project/plugins/project/
6+
project/plugins/project/
7+
.bsp

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.4.1
1+
sbt.version=1.4.7

src/main/g8/default.properties

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=myservice
22
package=ru.tinkoff.load
33
description=Creates a Gatling project with sample performance test.
4-
scala_version=2.12.12
5-
sbt_version=1.3.13
6-
gatling_version=3.4.2
4+
scala_version=2.13.4
5+
sbt_version=1.4.7
6+
gatling_version=3.5.1
77
sbt_gatling_version=3.2.1
8-
gatling_picatinny_version=0.6.1
8+
gatling_picatinny_version=0.7.0
99
verbatim=*.conf *.xml

0 commit comments

Comments
 (0)