Skip to content

Commit cc6b3a9

Browse files
committed
chore(deps): mongo scala driver 4.5.1
1 parent 64e8360 commit cc6b3a9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.sbt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ lazy val docs = (project in file("docs"))
2323
name := "simple mongo docs",
2424
scalaVersion := "2.13.7",
2525
resolvers += "SFXCode" at "https://dl.bintray.com/sfxcode/maven/",
26-
libraryDependencies += "com.sfxcode.nosql" % "simple-mongo_2.13" % "2.2.6",
26+
libraryDependencies += "com.sfxcode.nosql" % "simple-mongo_2.13" % "2.3.0",
2727
libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.8.4",
2828
publish / skip := true,
2929
ghpagesNoJekyll := true,
@@ -42,11 +42,11 @@ resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repos
4242

4343
// Test
4444

45-
libraryDependencies += "org.specs2" %% "specs2-core" % "4.13.2" % Test
45+
libraryDependencies += "org.specs2" %% "specs2-core" % "4.14.1" % Test
4646

47-
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.10" % Test
47+
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.11" % Test
4848

49-
libraryDependencies += "joda-time" % "joda-time" % "2.10.13" % Test
49+
libraryDependencies += "joda-time" % "joda-time" % "2.10.14" % Test
5050

5151
val circeVersion = "0.14.1"
5252

@@ -56,11 +56,11 @@ libraryDependencies ++= Seq(
5656
"io.circe" %% "circe-parser"
5757
).map(_ % circeVersion % Test)
5858

59-
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.5.0"
59+
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.5.1"
6060

6161
libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.8.4" % Provided
6262

63-
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.2-1" % Provided
63+
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.2-2" % Provided
6464

6565
val MongoJavaServerVersion = "1.39.0"
6666

@@ -74,7 +74,7 @@ libraryDependencies += "com.typesafe" % "config" % "1.4.2"
7474

7575
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.4"
7676

77-
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.6.0"
77+
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0"
7878

7979
buildInfoPackage := "com.sfxcode.nosql.mongo"
8080

0 commit comments

Comments
 (0)