File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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/ )
Original file line number Diff line number Diff 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
5252libraryDependencies += " ch.qos.logback" % " logback-classic" % " 1.2.3" % Test
5353
5454libraryDependencies += " joda-time" % " joda-time" % " 2.10.6" % Test
5555
5656libraryDependencies += " 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
6060libraryDependencies += " 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
6464val MongoJavaServerVersion = " 1.36.0"
6565
You can’t perform that action at this time.
0 commit comments