Skip to content

Commit 6397659

Browse files
committed
chore(Dependencies): mongo scala driver 4.6.1
1 parent 6d84f6f commit 6397659

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ resolvers += "Sonatype OSS Snapshots".at("https://oss.sonatype.org/content/repos
8080

8181
// Test
8282

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

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

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

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

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "mongocamp-server",
3-
"version": "2.4.6.snapshot",
2+
"name": "mongodb-driver",
3+
"version": "2.4.7",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/MongoCamp/mongodb-driver.git"

0 commit comments

Comments
 (0)