Skip to content

Commit 809d82f

Browse files
scala-stewardjmast
andauthored
Update kafka-journal to 6.2.0, skafka to 19.0.0 (#784)
* Update kafka-journal to 6.2.0 * Update skafka to 19.0.0 --------- Co-authored-by: jmast <[email protected]>
1 parent e76c63e commit 809d82f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object Dependencies {
66
val catsHelperLogback = "com.evolutiongaming" %% "cats-helper-logback" % "3.12.2"
77
val smetrics = "com.evolutiongaming" %% "smetrics" % "2.4.3"
88
val scache = "com.evolution" %% "scache" % "5.1.4"
9-
val skafka = "com.evolutiongaming" %% "skafka" % "18.0.0"
9+
val skafka = "com.evolutiongaming" %% "skafka" % "19.0.0"
1010
val sstream = "com.evolutiongaming" %% "sstream" % "1.1.0"
1111
val scassandra = "com.evolutiongaming" %% "scassandra" % "5.4.0"
1212
val cassandraSync = "com.evolutiongaming" %% "cassandra-sync" % "4.0.0"
@@ -30,7 +30,7 @@ object Dependencies {
3030
}
3131

3232
object KafkaJournal {
33-
private val version = "6.1.2"
33+
private val version = "6.2.0"
3434
val journal = "com.evolution" %% "kafka-journal" % version
3535
}
3636

0 commit comments

Comments
 (0)