Skip to content

Commit

Permalink
Merge pull request #3 from eevulution/feature/gatling-350
Browse files Browse the repository at this point in the history
Upgrade to Gatling 3.5.0 and Scala 2.13.4
  • Loading branch information
jigarkhwar authored Jan 28, 2021
2 parents ec74e17 + c1fbf15 commit b12077d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import sbt._

object Dependencies {
val gatlingVersion = "3.5.0"
lazy val gatling: Seq[ModuleID] = Seq(
"io.gatling" % "gatling-core" % "3.4.1" % "provided",
"io.gatling" % "gatling-test-framework" % "3.4.1" % "provided"
"io.gatling" % "gatling-core" % gatlingVersion % "provided",
"io.gatling" % "gatling-test-framework" % gatlingVersion % "provided"
)

lazy val hikari = "com.zaxxer" % "HikariCP" % "3.4.5"
Expand Down
2 changes: 1 addition & 1 deletion publish.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ThisBuild / organization := "ru.tinkoff"
ThisBuild / scalaVersion := "2.12.11"
ThisBuild / scalaVersion := "2.13.4"

ThisBuild / publishMavenStyle := true

Expand Down

0 comments on commit b12077d

Please sign in to comment.