From a98188ba6d8b72b275e0e0e6c2854a0e146dea25 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 15 Feb 2022 17:39:01 +0300 Subject: [PATCH] chore: bump versions for gatling 3.7.5 (#9) Co-authored-by: i.akhaltsev --- .scalafmt.conf | 2 +- project/Dependencies.scala | 2 +- project/build.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 613e69a..9efd055 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ runner.dialect = "scala213" -version=3.2.1 +version=3.4.0 binPack.parentConstructors = true maxColumn = 128 includeCurlyBraceInSelectChains = false diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 423adc9..63fba0e 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -2,7 +2,7 @@ import sbt._ object Dependencies { - val gatlingVersion = "3.7.4" + val gatlingVersion = "3.7.5" lazy val gatling: Seq[ModuleID] = Seq( "io.gatling" % "gatling-core" % gatlingVersion % "provided", diff --git a/project/build.properties b/project/build.properties index 83b2dbb..679d19c 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,2 +1,2 @@ # suppress inspection "UnusedProperty" -sbt.version=1.6.1 +sbt.version=1.6.2