File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1- version = 2.4 .0
1+ version = 2.4 .2
22
33style = defaultWithAlign
44project.git = true
Original file line number Diff line number Diff line change 33
44## Versions
55
6+ ### 2.0.7
7+ * mongo-scala-driver [ 4.1.0] ( https://mongodb.github.io/mongo-java-driver/4.1/whats-new/ )
8+
69### 2.0.6
710* Bugfix CollectionStatus
811* mongo-scala-driver 4.0.5
Original file line number Diff line number Diff line change @@ -47,21 +47,21 @@ resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repos
4747
4848// Test
4949
50- libraryDependencies += " org.specs2" %% " specs2-core" % " 4.10.0 " % Test
50+ libraryDependencies += " org.specs2" %% " specs2-core" % " 4.10.2 " % 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.9" % Test
5757
58- libraryDependencies += " org.mongodb.scala" %% " mongo-scala-driver" % " 4.0.5 "
58+ libraryDependencies += " org.mongodb.scala" %% " mongo-scala-driver" % " 4.1.0 "
5959
6060libraryDependencies += " org.xerial.snappy" % " snappy-java" % " 1.1.7.6" % Provided
6161
6262libraryDependencies += " com.github.luben" % " zstd-jni" % " 1.4.5-6" % Provided
6363
64- val MongoJavaServerVersion = " 1.33 .0"
64+ val MongoJavaServerVersion = " 1.34 .0"
6565
6666libraryDependencies += " de.bwaldvogel" % " mongo-java-server" % MongoJavaServerVersion % Provided
6767
Original file line number Diff line number Diff line change 11addSbtPlugin(" org.scalastyle" %% " scalastyle-sbt-plugin" % " 1.0.0" )
22
3- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.0 " )
3+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.2 " )
44
55addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.6.1" )
66
You can’t perform that action at this time.
0 commit comments