We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0d00bc + 68cf1e6 commit 81aaf34Copy full SHA for 81aaf34
.gitignore
@@ -3,4 +3,5 @@ target/
3
boot/
4
lib_managed/
5
src_managed/
6
-project/plugins/project/
+project/plugins/project/
7
+.bsp
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.4.1
+sbt.version=1.4.7
src/main/g8/default.properties
@@ -1,9 +1,9 @@
name=myservice
2
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
8
-gatling_picatinny_version=0.6.1
+gatling_picatinny_version=0.7.0
9
verbatim=*.conf *.xml
0 commit comments