Skip to content

Commit

Permalink
chore(Dependencies): mongo scala driver 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Feb 12, 2023
1 parent f3e72b6 commit 356c7c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -80,33 +80,33 @@ resolvers += "Sonatype OSS Snapshots".at("https://oss.sonatype.org/content/repos

// Test

libraryDependencies += "org.specs2" %% "specs2-core" % "4.19.0" % Test
libraryDependencies += "org.specs2" %% "specs2-core" % "4.19.2" % Test

libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.5" % Test

libraryDependencies += "joda-time" % "joda-time" % "2.12.2" % Test

val circeVersion = "0.14.3"
val circeVersion = "0.14.4"

libraryDependencies ++= Seq(
"io.circe" %% "circe-core",
"io.circe" %% "circe-generic",
"io.circe" %% "circe-parser"
).map(_ % circeVersion % Test)

libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.8.0"
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.9.0"

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

libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.2-5" % Provided
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.4-1" % Provided

val MongoJavaServerVersion = "1.43.0"

libraryDependencies += "de.bwaldvogel" % "mongo-java-server" % MongoJavaServerVersion % Provided

libraryDependencies += "de.bwaldvogel" % "mongo-java-server-h2-backend" % MongoJavaServerVersion % Provided

libraryDependencies += "com.github.pathikrit" %% "better-files" % "3.9.1"
libraryDependencies += "com.github.pathikrit" %% "better-files" % "3.9.2"

libraryDependencies += "com.typesafe" % "config" % "1.4.2"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-driver",
"version": "2.5.4.snapshot",
"version": "2.5.4",
"repository": {
"type": "git",
"url": "git+https://github.com/MongoCamp/mongodb-driver.git"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.0
sbt.version=1.8.2

0 comments on commit 356c7c4

Please sign in to comment.