Skip to content

Commit

Permalink
Update versions to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
cfernandescaesars committed Apr 26, 2024
1 parent 1549ca5 commit 0cff177
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions project/Versions.scala
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
object Versions {
val sourceCode = "0.3.1"
val sourceCode = "0.4.1"
val catsEffect = "3.5.4"
val fs2 = "3.10.2"
val fs2Kafka = "3.5.0"
val fs2Kafka = "3.5.1"
val trace4Cats = "0.14.7"
val trace4CatsJaegarExporter = "0.14.0"
val trace4CatsHttp4sCommon = "0.14.1"
val zio = "2.0.22"
val zioLogging = "2.2.2"
val zioLogging = "2.2.3"
val zioInteropCats = "23.1.0.2"
val zioHttp = "3.0.0-RC4"
val zioHttp = "3.0.0-RC6"
val http4s = "0.23.26"
val tapir = "1.10.0"
val tapir = "1.10.6"
val sttp = "3.9.5"
val virgil = "1.0.5"
val doobie = "1.0.0-RC5"
val skunk = "0.6.3"
val embeddedPostgres = "2.0.6"
val scribe = "3.13.2"
val embeddedPostgres = "2.0.7"
val scribe = "3.13.4"
val zioKafka = "2.7.4"
val kafkaEmbedded = "3.7.0"
val logback = "1.5.5"
val logback = "1.5.6"
}

0 comments on commit 0cff177

Please sign in to comment.