Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill5k committed Jun 19, 2024
1 parent ebfbe04 commit 32f3f45
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,20 +2,20 @@ import sbt.*

object Dependencies {
private object Versions {
val mongodb = "5.1.0"
val mongodb = "5.1.1"
val fs2 = "3.10.2"
val kindProjector = "0.13.3"
val circe = "0.14.7"
val zio = "2.1.1"
val circe = "0.14.8"
val zio = "2.1.3"
val zioInteropReactive = "2.0.2"
val zioJson = "0.6.2"

val logback = "1.5.6"
val scalaTest = "3.2.18"

val embeddedMongo = "4.13.1"
val embeddedMongo = "4.14.0"
val immutableValue = "2.10.1"
val commonsCompress = "1.26.1"
val commonsCompress = "1.26.2"
val jsr305 = "3.0.2"
}

Expand Down

0 comments on commit 32f3f45

Please sign in to comment.