Skip to content

Commit

Permalink
chore: bump versions for gatling 3.7.5 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: i.akhaltsev <[email protected]>
  • Loading branch information
jigarkhwar and i.akhaltsev authored Feb 15, 2022
1 parent 5e9b731 commit a98188b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2.1
version=3.4.0
binPack.parentConstructors = true
maxColumn = 128
includeCurlyBraceInSelectChains = false
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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",
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.6.1
sbt.version=1.6.2

0 comments on commit a98188b

Please sign in to comment.