Skip to content

Commit

Permalink
chore(dependencies): update
Browse files Browse the repository at this point in the history
mongo-scala-driver 4.6.0
  • Loading branch information
sfxcode committed Apr 24, 2022
1 parent 7d5d1e0 commit 0fd5bb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Expand Up @@ -5,9 +5,11 @@

### 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/)


#### 2.3.0
* mongo-scala-driver [4.5.0](https://mongodb.github.io/mongo-java-driver/4.4/driver-scala/)
* mongo-scala-driver [4.5.0](https://mongodb.github.io/mongo-java-driver/4.5/driver-scala/)

#### 2.2.7
* mongo-scala-driver [4.4.1](https://mongodb.github.io/mongo-java-driver/4.4/driver-scala/)
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -41,7 +41,7 @@ resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repos

// Test

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

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

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

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

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

Expand Down

0 comments on commit 0fd5bb7

Please sign in to comment.