Skip to content

Commit 1dc2ace

Browse files
committed
* mongo-scala-driver 4.1.1
1 parent a6be199 commit 1dc2ace

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
### 2.0.8
77
* MongoDAO add method columnNames
8+
* mongo-scala-driver [4.1.1](https://mongodb.github.io/mongo-java-driver/4.1/driver-scala/)
89

910
### 2.0.7
1011
* mongo-scala-driver [4.1.0](https://mongodb.github.io/mongo-java-driver/4.1/whats-new/)

build.sbt

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

4848
// Test
4949

50-
libraryDependencies += "org.specs2" %% "specs2-core" % "4.10.3" % Test
50+
libraryDependencies += "org.specs2" %% "specs2-core" % "4.10.5" % 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.10" % Test
5757

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

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

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

6464
val MongoJavaServerVersion = "1.36.0"
6565

0 commit comments

Comments
 (0)