File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 33
44## Versions
55
6+ ### 2.1.0
7+ * mongo-scala-driver [ 4.2.1] ( https://mongodb.github.io/mongo-java-driver/4.2/driver-scala/ )
8+
69### 2.0.10
710- Size, Storagesize needs Double
811
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ lazy val docs = (project in file("docs"))
3737 _.withRepository(uri(" https://github.com/sfxcode/simple-mongo" ))
3838 },
3939 (Compile / paradoxMarkdownToHtml / excludeFilter) := (Compile / paradoxMarkdownToHtml / excludeFilter).value ||
40- ParadoxPlugin .InDirectoryFilter ((Compile / paradox / sourceDirectory).value / " includes" )
40+ ParadoxPlugin .InDirectoryFilter ((Compile / paradox / sourceDirectory).value / " includes" )
4141 )
4242 .dependsOn(simple_mongo)
4343
@@ -55,7 +55,7 @@ libraryDependencies += "joda-time" % "joda-time" % "2.10.10" % Test
5555
5656libraryDependencies += " org.json4s" %% " json4s-native" % " 3.6.10" % Test
5757
58- libraryDependencies += " org.mongodb.scala" %% " mongo-scala-driver" % " 4.1.2 "
58+ libraryDependencies += " org.mongodb.scala" %% " mongo-scala-driver" % " 4.2.1 "
5959
6060libraryDependencies += " org.xerial.snappy" % " snappy-java" % " 1.1.8.4" % Provided
6161
You can’t perform that action at this time.
0 commit comments