File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 33
44## Versions
55
6- ### 2.0.3
6+ ### 2.0.6
77* Bugfix CollectionStatus
8+ * mongo-scala-driver 4.0.5
89
910### 2.0.5
1011* mongo-scala-driver 4.0.4
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name := "simple-mongo"
55
66organization := " com.sfxcode.nosql"
77
8- crossScalaVersions := Seq (" 2.13.3" , " 2.12.11 " )
8+ crossScalaVersions := Seq (" 2.13.3" , " 2.12.12 " )
99
1010scalaVersion := crossScalaVersions.value.head
1111
@@ -55,13 +55,13 @@ libraryDependencies += "joda-time" % "joda-time" % "2.10.6" % Test
5555
5656libraryDependencies += " org.json4s" %% " json4s-native" % " 3.6.9" % Test
5757
58- libraryDependencies += " org.mongodb.scala" %% " mongo-scala-driver" % " 4.0.4 "
58+ libraryDependencies += " org.mongodb.scala" %% " mongo-scala-driver" % " 4.0.5 "
5959
60- libraryDependencies += " org.xerial.snappy" % " snappy-java" % " 1.1.7.5 " % Provided
60+ libraryDependencies += " org.xerial.snappy" % " snappy-java" % " 1.1.7.6 " % Provided
6161
62- libraryDependencies += " com.github.luben" % " zstd-jni" % " 1.4.5-4 " % Provided
62+ libraryDependencies += " com.github.luben" % " zstd-jni" % " 1.4.5-6 " % Provided
6363
64- val MongoJavaServerVersion = " 1.32 .0"
64+ val MongoJavaServerVersion = " 1.33 .0"
6565
6666libraryDependencies += " de.bwaldvogel" % " mongo-java-server" % MongoJavaServerVersion % Provided
6767
You can’t perform that action at this time.
0 commit comments