Skip to content

Commit 8835417

Browse files
committed
Upgrade: sbt 1.9.8, Gatling 3.10.3
1 parent 17f1da8 commit 8835417

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add to your `pom.xml`
1111
<dependency>
1212
<groupId>io.github.amerousful</groupId>
1313
<artifactId>gatling-kafka</artifactId>
14-
<version>1.0</version>
14+
<version>1.1</version>
1515
</dependency>
1616
```
1717

@@ -20,7 +20,7 @@ Add to your `pom.xml`
2020
Add to your `build.sbt`
2121

2222
```scala
23-
libraryDependencies += "io.github.amerousful" % "gatling-kafka" % "1.0"
23+
libraryDependencies += "io.github.amerousful" % "gatling-kafka" % "1.1"
2424
```
2525

2626
Import:

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name := "gatling-kafka"
22

3-
version := "1.0"
3+
version := "1.1"
44

55
scalaVersion := "2.13.8"
66

77
libraryDependencies ++= Seq(
8-
"io.gatling" % "gatling-core" % "3.9.5" % "provided",
8+
"io.gatling" % "gatling-core" % "3.10.3" % "provided",
99

1010
"com.typesafe.akka" %% "akka-stream-kafka" % "4.0.2",
1111
"com.typesafe.akka" %% "akka-protobuf-v3" % "2.6.20",

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 1.9.4
1+
sbt.version = 1.9.8

0 commit comments

Comments
 (0)