Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill5k committed Oct 12, 2024
1 parent 941febe commit 0f3fd18
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ import sbt.*

object Dependencies {
private object Versions {
val mongodb = "5.1.3"
val fs2 = "3.10.2"
val mongodb = "5.2.0"
val fs2 = "3.11.0"
val kindProjector = "0.13.3"
val circe = "0.14.9"
val zio = "2.1.8"
val circe = "0.14.10"
val zio = "2.1.11"
val zioInteropReactive = "2.0.2"
val zioJson = "0.7.2"

val logback = "1.5.7"
val logback = "1.5.10"
val scalaTest = "3.2.19"

val embeddedMongo = "4.17.0"
Expand Down

0 comments on commit 0f3fd18

Please sign in to comment.