Skip to content

Commit fb63bcd

Browse files
committed
mongo-scala-driver 4.1.0
1 parent 5184528 commit fb63bcd

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 2.4.0
1+
version = 2.4.2
22

33
style = defaultWithAlign
44
project.git = true

CHANGES.md

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

44
## Versions
55

6+
### 2.0.7
7+
* mongo-scala-driver [4.1.0](https://mongodb.github.io/mongo-java-driver/4.1/whats-new/)
8+
69
### 2.0.6
710
* Bugfix CollectionStatus
811
* mongo-scala-driver 4.0.5

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,21 @@ resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repos
4747

4848
// Test
4949

50-
libraryDependencies += "org.specs2" %% "specs2-core" % "4.10.0" % Test
50+
libraryDependencies += "org.specs2" %% "specs2-core" % "4.10.2" % Test
5151

5252
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3" % Test
5353

5454
libraryDependencies += "joda-time" % "joda-time" % "2.10.6" % Test
5555

5656
libraryDependencies += "org.json4s" %% "json4s-native" % "3.6.9" % Test
5757

58-
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.0.5"
58+
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.1.0"
5959

6060
libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.7.6" % Provided
6161

6262
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.4.5-6" % Provided
6363

64-
val MongoJavaServerVersion = "1.33.0"
64+
val MongoJavaServerVersion = "1.34.0"
6565

6666
libraryDependencies += "de.bwaldvogel" % "mongo-java-server" % MongoJavaServerVersion % Provided
6767

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
22

3-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0")
3+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
44

55
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
66

0 commit comments

Comments
 (0)