Skip to content

Commit

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

// Test

libraryDependencies += "org.specs2" %% "specs2-core" % "4.15.0" % Test
libraryDependencies += "org.specs2" %% "specs2-core" % "4.16.0" % Test

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

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

libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.6.0"
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.6.1"

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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongocamp-server",
"version": "2.4.6.snapshot",
"name": "mongodb-driver",
"version": "2.4.7",
"repository": {
"type": "git",
"url": "git+https://github.com/MongoCamp/mongodb-driver.git"
Expand Down

0 comments on commit 6397659

Please sign in to comment.