Skip to content

Commit 11b854d

Browse files
authored
Merge pull request #716 from evolution-gaming/update-kafka-journal
Update kafka-journal to 4.3.0; cross-compile kafka-flow-kafka-journal
2 parents fa60057 + fbccb45 commit 11b854d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ lazy val journal = (project in file("kafka-journal"))
178178
Testing.munit % Test,
179179
),
180180
)
181-
.settings(crossScalaVersions -= Scala3Version)
182181

183182
lazy val docs = (project in file("kafka-flow-docs"))
184183
.dependsOn(core, `persistence-cassandra`, `persistence-kafka`, metrics)

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ object Dependencies {
3030
}
3131

3232
object KafkaJournal {
33-
private val version = "4.1.8"
33+
private val version = "4.3.0"
3434
val journal = "com.evolutiongaming" %% "kafka-journal" % version
3535
val persistence = "com.evolutiongaming" %% "kafka-journal-persistence" % version
3636
}

0 commit comments

Comments
 (0)