Skip to content

Commit

Permalink
chore: update gatling 3.9.0 (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: a.ugodnikov <a.ugodnikov@tinkoff.ru>
  • Loading branch information
daylikon and a.ugodnikov committed Dec 28, 2022
1 parent 8e3dcc2 commit a8003c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Build](https://github.com/TinkoffCreditSystems/gatling-amqp-plugin/workflows/Build/badge.svg) [![Maven Central](https://img.shields.io/maven-central/v/ru.tinkoff/gatling-amqp-plugin_2.13.svg?color=success)](https://search.maven.org/search?q=ru.tinkoff.gatling-amqp-plugin) [![Scala Steward badge](https://img.shields.io/badge/Scala_Steward-helping-blue.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://scala-steward.org)

Plugin for support performance testing with AMQP in Gatling(3.7.x)
Plugin for support performance testing with AMQP in Gatling(3.9.x)

# Usage

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt._

object Dependencies {
val gatlingVersion = "3.8.3"
val gatlingVersion = "3.9.0"

lazy val gatlingCore: Seq[ModuleID] = Seq(
"io.gatling" % "gatling-core" % gatlingVersion % Provided,
Expand Down
2 changes: 1 addition & 1 deletion publish.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ ThisBuild / developers := List(
),
)

ThisBuild / description := "Plugin for support performance testing with AMQP in Gatling(3.5.x)."
ThisBuild / description := "Plugin for support performance testing with AMQP in Gatling"
ThisBuild / licenses := List("Apache 2" -> new URL("http://www.apache.org/licenses/LICENSE-2.0.txt"))
ThisBuild / homepage := Some(url("https://github.com/TinkoffCreditSystems/gatling-amqp-plugin"))

0 comments on commit a8003c7

Please sign in to comment.