We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4dfd3d6 + 77880f5 commit f86cde5Copy full SHA for f86cde5
project/Dependencies.scala
@@ -30,7 +30,7 @@ object Dependencies {
30
}
31
32
object KafkaJournal {
33
- private val version = "4.1.7"
+ private val version = "4.1.8"
34
val journal = "com.evolutiongaming" %% "kafka-journal" % version
35
val persistence = "com.evolutiongaming" %% "kafka-journal-persistence" % version
36
@@ -42,7 +42,7 @@ object Dependencies {
42
43
44
object PureConfig {
45
- private val version = "0.17.8"
+ private val version = "0.17.8"
46
lazy val GenericScala3 = "com.github.pureconfig" %% "pureconfig-generic-scala3" % version
47
48
0 commit comments