File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Add to your `pom.xml`
11
11
<dependency >
12
12
<groupId >io.github.amerousful</groupId >
13
13
<artifactId >gatling-kafka</artifactId >
14
- <version >1.0 </version >
14
+ <version >1.1 </version >
15
15
</dependency >
16
16
```
17
17
@@ -20,7 +20,7 @@ Add to your `pom.xml`
20
20
Add to your ` build.sbt `
21
21
22
22
``` scala
23
- libraryDependencies += " io.github.amerousful" % " gatling-kafka" % " 1.0 "
23
+ libraryDependencies += " io.github.amerousful" % " gatling-kafka" % " 1.1 "
24
24
```
25
25
26
26
Import:
Original file line number Diff line number Diff line change 1
1
name := " gatling-kafka"
2
2
3
- version := " 1.0 "
3
+ version := " 1.1 "
4
4
5
5
scalaVersion := " 2.13.8"
6
6
7
7
libraryDependencies ++= Seq (
8
- " io.gatling" % " gatling-core" % " 3.9.5 " % " provided" ,
8
+ " io.gatling" % " gatling-core" % " 3.10.3 " % " provided" ,
9
9
10
10
" com.typesafe.akka" %% " akka-stream-kafka" % " 4.0.2" ,
11
11
" com.typesafe.akka" %% " akka-protobuf-v3" % " 2.6.20" ,
Original file line number Diff line number Diff line change 1
- sbt.version = 1.9.4
1
+ sbt.version = 1.9.8
You can’t perform that action at this time.
0 commit comments