Skip to content

Commit

Permalink
Merge pull request #40 from kaizen-solutions/fs2-upgrades
Browse files Browse the repository at this point in the history
Bump fs2 and fs2-kafka versions
  • Loading branch information
calvinlfer committed Apr 19, 2024
2 parents b004c39 + 78a52cc commit 1549ca5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ local.*
.java-version
**/.DS_store
project/.bloop/
project/metals.sbt
project/metals.sbt
.direnv
10 changes: 5 additions & 5 deletions project/Versions.scala
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
object Versions {
val sourceCode = "0.3.1"
val catsEffect = "3.5.4"
val fs2 = "3.10.0"
val fs2Kafka = "3.4.0"
val fs2 = "3.10.2"
val fs2Kafka = "3.5.0"
val trace4Cats = "0.14.7"
val trace4CatsJaegarExporter = "0.14.0"
val trace4CatsHttp4sCommon = "0.14.1"
val zio = "2.0.21"
val zio = "2.0.22"
val zioLogging = "2.2.2"
val zioInteropCats = "23.1.0.1"
val zioInteropCats = "23.1.0.2"
val zioHttp = "3.0.0-RC4"
val http4s = "0.23.26"
val tapir = "1.10.0"
Expand All @@ -20,5 +20,5 @@ object Versions {
val scribe = "3.13.2"
val zioKafka = "2.7.4"
val kafkaEmbedded = "3.7.0"
val logback = "1.5.3"
val logback = "1.5.5"
}

0 comments on commit 1549ca5

Please sign in to comment.