Skip to content

Commit 9e37be8

Browse files
committed
chore(Dependencies): mongo scala driver 4.7.0
1 parent dc3b7dc commit 9e37be8

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
## Versions
55

6+
### 2.5.0
7+
* Github namespace changed to mongocamp organization, name changes to mongocamp-driver-mongodb
8+
* * mongo-scala-driver [4.7.0](https://mongodb.github.io/mongo-java-driver/4.7/driver-scala/)
9+
610
### 2.4.0
711
* Github namespace changed to mongocamp organization, name changes to mongocamp-driver-mongodb
812
* * mongo-scala-driver [4.6.0](https://mongodb.github.io/mongo-java-driver/4.5/driver-scala/)

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.1"
97+
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.7.0"
9898

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-driver",
3-
"version": "2.4.10.snapshot",
3+
"version": "2.5.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/MongoCamp/mongodb-driver.git"

project/plugins.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
88

99
// updates
1010

11-
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.2")
11+
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3")
1212

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

1515
// Release
16-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.12")
16+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.13")
1717

18-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
18+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.1")
1919

2020
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
2121

2222
// paradox
23-
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.9.2")
23+
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.2")
2424

2525
addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.6.0")
2626

0 commit comments

Comments
 (0)