Skip to content

Commit bd83bef

Browse files
committed
dependency Updates
1 parent 6466e56 commit bd83bef

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
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

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name := "simple-mongo"
55

66
organization := "com.sfxcode.nosql"
77

8-
crossScalaVersions := Seq("2.13.3", "2.12.11")
8+
crossScalaVersions := Seq("2.13.3", "2.12.12")
99

1010
scalaVersion := crossScalaVersions.value.head
1111

@@ -55,13 +55,13 @@ libraryDependencies += "joda-time" % "joda-time" % "2.10.6" % Test
5555

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

6666
libraryDependencies += "de.bwaldvogel" % "mongo-java-server" % MongoJavaServerVersion % Provided
6767

0 commit comments

Comments
 (0)