Skip to content

Commit

Permalink
chore(Dependencies): mongo scala driver 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Dec 4, 2022
1 parent 4a0e700 commit 2a3af87
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ resolvers += "Sonatype OSS Snapshots".at("https://oss.sonatype.org/content/repos

// Test

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

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

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

val circeVersion = "0.14.3"

Expand All @@ -94,13 +94,13 @@ libraryDependencies ++= Seq(
"io.circe" %% "circe-parser"
).map(_ % circeVersion % Test)

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

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

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

val MongoJavaServerVersion = "1.41.0"
val MongoJavaServerVersion = "1.43.0"

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

Expand All @@ -112,7 +112,7 @@ libraryDependencies += "com.typesafe" % "config" % "1.4.2"

libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"

libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1"
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0"

buildInfoPackage := "dev.mongocamp.driver.mongodb"

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.2.snapshot",
"version": "2.5.3",
"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.7.2
sbt.version=1.8.0
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")

// updates

addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")

addSbtPlugin("com.github.fedragon" % "sbt-todolist" % "0.7")

Expand Down

0 comments on commit 2a3af87

Please sign in to comment.