Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
matrix:
scala:
- 2.13.16
- 3.3.6
- 2.13.18
- 3.3.7

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ThisBuild / versionScheme := Some("early-semver")
ThisBuild / evictionErrorLevel := Level.Warn
ThisBuild / versionPolicyIntention := Compatibility.None

lazy val Scala3Version = "3.3.6"
lazy val Scala2Version = "2.13.16"
lazy val Scala3Version = "3.3.7"
lazy val Scala2Version = "2.13.18"

lazy val commonSettings = Seq(
organization := "com.evolutiongaming",
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Dependencies {
val catsHelperLogback = "com.evolutiongaming" %% "cats-helper-logback" % "3.12.0"
val smetrics = "com.evolutiongaming" %% "smetrics" % "2.3.5"
val scache = "com.evolution" %% "scache" % "5.1.4"
val skafka = "com.evolutiongaming" %% "skafka" % "17.2.2"
val skafka = "com.evolutiongaming" %% "skafka" % "18.0.0"
val sstream = "com.evolutiongaming" %% "sstream" % "1.1.0"
val scassandra = "com.evolutiongaming" %% "scassandra" % "5.3.0"
val cassandraSync = "com.evolutiongaming" %% "cassandra-sync" % "4.0.0"
Expand All @@ -30,7 +30,7 @@ object Dependencies {
}

object KafkaJournal {
private val version = "6.0.0"
private val version = "6.1.2"
val journal = "com.evolution" %% "kafka-journal" % version
}

Expand Down
Loading