Skip to content

Commit

Permalink
Version 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Amerousful committed May 3, 2024
1 parent 6ca804a commit 4b79dcf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Add to your `pom.xml`
<dependency>
<groupId>io.github.amerousful</groupId>
<artifactId>gatling-kafka</artifactId>
<version>3.0</version>
<version>3.1</version>
</dependency>
```

Expand All @@ -20,7 +20,7 @@ Add to your `pom.xml`
Add to your `build.sbt`

```scala
libraryDependencies += "io.github.amerousful" % "gatling-kafka" % "3.0"
libraryDependencies += "io.github.amerousful" % "gatling-kafka" % "3.1"
```

Import:
Expand Down
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "gatling-kafka"

version := "3.0"
version := "3.1"

scalaVersion := "2.13.12"

Expand All @@ -14,9 +14,9 @@ libraryDependencies ++= Seq(
"com.github.spotbugs" % "spotbugs-annotations" % "4.7.3",

"com.typesafe.akka" %% "akka-stream-kafka" % "4.0.2",
"com.typesafe.akka" %% "akka-protobuf-v3" % "2.6.20",
"com.typesafe.akka" %% "akka-stream" % "2.6.20",
"com.typesafe.akka" %% "akka-slf4j" % "2.6.20",
"com.typesafe.akka" %% "akka-protobuf-v3" % "2.7.0",
"com.typesafe.akka" %% "akka-stream" % "2.7.0",
"com.typesafe.akka" %% "akka-slf4j" % "2.7.0",

"com.thesamet.scalapb" % "scalapb-runtime_2.13" % "0.11.15",
"io.confluent" % "kafka-protobuf-serializer" % "7.6.0" % "provided",
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Changelog 3.1 (03-05-2024)
----------------------------
* Akka dependencies ^2.7.0

Changelog 3.0 (16-04-2024)
----------------------------
* Protobuf support
Expand Down

0 comments on commit 4b79dcf

Please sign in to comment.