We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4f48e commit 0421d76Copy full SHA for 0421d76
build.sbt
@@ -4,8 +4,8 @@ ThisBuild / versionScheme := Some("early-semver")
4
ThisBuild / evictionErrorLevel := Level.Warn
5
ThisBuild / versionPolicyIntention := Compatibility.None
6
7
-lazy val Scala3Version = "3.3.6"
8
-lazy val Scala2Version = "2.13.16"
+lazy val Scala3Version = "3.3.7"
+lazy val Scala2Version = "2.13.18"
9
10
lazy val commonSettings = Seq(
11
organization := "com.evolutiongaming",
project/Dependencies.scala
@@ -30,7 +30,7 @@ object Dependencies {
30
}
31
32
object KafkaJournal {
33
- private val version = "6.0.0"
+ private val version = "6.1.2"
34
val journal = "com.evolution" %% "kafka-journal" % version
35
36
0 commit comments