Skip to content

Commit

Permalink
Update mongodb driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill5k committed Apr 2, 2024
1 parent b00e5d5 commit 318606b
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,20 @@ import sbt.*

object Dependencies {
private object Versions {
val mongodb = "5.0.0"
val fs2 = "3.10.2"
val kindProjector = "0.13.3"
val catsEffect = "3.5.3"
val mongodb = "4.11.1"
val fs2 = "3.9.4"
val circe = "0.14.6"
val zio = "2.0.21"
val zioInteropReactive = "2.0.2"
val zioJson = "0.6.2"

val logback = "1.4.14"
val scalaTest = "3.2.17"
val logback = "1.5.3"
val scalaTest = "3.2.18"

val embeddedMongo = "4.12.2"
val immutableValue = "2.10.0"
val commonsCompress = "1.25.0"
val immutableValue = "2.10.1"
val commonsCompress = "1.26.1"
}

private object Libraries {
Expand All @@ -25,7 +24,6 @@ object Dependencies {
val mongodbDriverStreams = "org.mongodb" % "mongodb-driver-reactivestreams" % Versions.mongodb
val mongodbDriverSync = "org.mongodb" % "mongodb-driver-sync" % Versions.mongodb

val catsEffect = "org.typelevel" %% "cats-effect" % Versions.catsEffect
val fs2Core = "co.fs2" %% "fs2-core" % Versions.fs2

val circeCore = "io.circe" %% "circe-core" % Versions.circe
Expand Down Expand Up @@ -57,7 +55,6 @@ object Dependencies {
)

val core = Seq(
Libraries.catsEffect,
Libraries.fs2Core,
Libraries.logback % Test,
Libraries.scalaTest % Test
Expand Down Expand Up @@ -91,7 +88,6 @@ object Dependencies {
)

val embedded = Seq(
Libraries.catsEffect,
Libraries.fs2Core,
Libraries.mongodbDriverSync,
Libraries.embeddedMongo,
Expand Down

0 comments on commit 318606b

Please sign in to comment.