Skip to content

Commit 0421d76

Browse files
author
jmast
committed
Update scala3 version to 3.3.7
Update scala2 version to 2.13.18 Update kafka-journal to 6.1.2
1 parent 6c4f48e commit 0421d76

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ ThisBuild / versionScheme := Some("early-semver")
44
ThisBuild / evictionErrorLevel := Level.Warn
55
ThisBuild / versionPolicyIntention := Compatibility.None
66

7-
lazy val Scala3Version = "3.3.6"
8-
lazy val Scala2Version = "2.13.16"
7+
lazy val Scala3Version = "3.3.7"
8+
lazy val Scala2Version = "2.13.18"
99

1010
lazy val commonSettings = Seq(
1111
organization := "com.evolutiongaming",

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 = "6.0.0"
33+
private val version = "6.1.2"
3434
val journal = "com.evolution" %% "kafka-journal" % version
3535
}
3636

0 commit comments

Comments
 (0)