Skip to content

Commit

Permalink
chore(Dependencies): mongo scala driver 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Jul 27, 2022
1 parent dc3b7dc commit 9e37be8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

## Versions

### 2.5.0
* Github namespace changed to mongocamp organization, name changes to mongocamp-driver-mongodb
* * mongo-scala-driver [4.7.0](https://mongodb.github.io/mongo-java-driver/4.7/driver-scala/)

### 2.4.0
* Github namespace changed to mongocamp organization, name changes to mongocamp-driver-mongodb
* * mongo-scala-driver [4.6.0](https://mongodb.github.io/mongo-java-driver/4.5/driver-scala/)
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ libraryDependencies ++= Seq(
"io.circe" %% "circe-parser"
).map(_ % circeVersion % Test)

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

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

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.4.10.snapshot",
"version": "2.5.0",
"repository": {
"type": "git",
"url": "git+https://github.com/MongoCamp/mongodb-driver.git"
Expand Down
8 changes: 4 additions & 4 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")

// updates

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

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

// Release
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.12")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.13")

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

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

// paradox
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.9.2")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.2")

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

Expand Down

0 comments on commit 9e37be8

Please sign in to comment.