Skip to content

Commit

Permalink
Update to Akka 2.7.0 (#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw authored Oct 20, 2022
1 parent 1ba5889 commit e85acab
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ val Scala213 = "2.13.10"
val Scala212 = "2.12.17"

val AkkaBinaryVersionForDocs = "2.7"
val akkaVersion = "2.7.0-M5"
val akkaVersion = "2.7.0"

// Keep .scala-steward.conf pin in sync
val kafkaVersion = "3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This **Alpakka Kafka connector** lets you connect [Apache Kafka](https://kafka.a

| Kafka client | Scala Versions | Akka version | Alpakka Kafka Connector
|-------------------------------------------------------------------------|------------------|-----------------|-------------------------
| 3.3.1 | 2.13, 2.12 | 2.7.0+ | [release 4.0.0](https://github.com/akka/alpakka-kafka/releases/tag/v4.0.0-M1)
| 3.3.1 | 2.13, 2.12 | 2.7.0+ | [release 4.0.0](https://github.com/akka/alpakka-kafka/releases/tag/v4.0.0)
| 3.0.1 | 2.13 | 2.6.18+ | [release 3.0.1](https://github.com/akka/alpakka-kafka/releases/tag/v3.0.0)
| [3.0.0](https://blogs.apache.org/kafka/entry/what-s-new-in-apache6) | 2.13 | 2.6.18+ | [release 3.0.0 RC1](https://github.com/akka/alpakka-kafka/releases/tag/v3.0.0-RC1)
| [2.7.0](https://archive.apache.org/dist/kafka/2.7.0/RELEASE_NOTES.html) | 2.13, 2.12 | 2.6.14+ | @ref:[release 2.1.0](release-notes/2.1.x.md)
Expand Down
6 changes: 6 additions & 0 deletions docs/src/main/paradox/release-notes/4.0.x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
project.description: Release notes for all Alpakka Kafka 4.0.x releases.
---
# Alpakka Kafka 4.0.x

See the [GitHub releases page](https://github.com/akka/alpakka-kafka/releases).
1 change: 1 addition & 0 deletions docs/src/main/paradox/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

@@@ index

* [4.0.x](4.0.x.md)
* [3.0.x](3.0.x.md)
* [2.1.x](2.1.x.md)
* [2.0.x](2.0.x.md)
Expand Down

0 comments on commit e85acab

Please sign in to comment.