Skip to content

Commit 77880f5

Browse files
committed
Update kafka-journal, ... to 4.1.8
1 parent ea43339 commit 77880f5

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
@@ -30,7 +30,7 @@ object Dependencies {
3030
}
3131

3232
object KafkaJournal {
33-
private val version = "4.1.7"
33+
private val version = "4.1.8"
3434
val journal = "com.evolutiongaming" %% "kafka-journal" % version
3535
val persistence = "com.evolutiongaming" %% "kafka-journal-persistence" % version
3636
}
@@ -42,7 +42,7 @@ object Dependencies {
4242
}
4343

4444
object PureConfig {
45-
private val version = "0.17.8"
45+
private val version = "0.17.8"
4646
lazy val GenericScala3 = "com.github.pureconfig" %% "pureconfig-generic-scala3" % version
4747
}
4848

0 commit comments

Comments
 (0)