Skip to content

Commit 3ae74df

Browse files
committed
New 4.2 Mongo Scala Driver support
1 parent 6a223bb commit 3ae74df

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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.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

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

5656
libraryDependencies += "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

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

0 commit comments

Comments
 (0)