Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill5k committed Jul 8, 2024
1 parent 8b99009 commit e706ad9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ object Dependencies {
val mongodb = "5.1.1"
val fs2 = "3.10.2"
val kindProjector = "0.13.3"
val circe = "0.14.8"
val zio = "2.1.4"
val circe = "0.14.9"
val zio = "2.1.5"
val zioInteropReactive = "2.0.2"
val zioJson = "0.7.0"
val zioJson = "0.7.1"

val logback = "1.5.6"
val scalaTest = "3.2.19"

val embeddedMongo = "4.14.0"
val embeddedMongo = "4.15.0"
val immutableValue = "2.10.1"
val commonsCompress = "1.26.2"
val jsr305 = "3.0.2"
Expand Down

0 comments on commit e706ad9

Please sign in to comment.