Skip to content

Commit

Permalink
mongo-scala-driver [4.2.2]
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Mar 9, 2021
1 parent 1c88970 commit 6656a57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

## Versions

### 2.2.1
* mongo-scala-driver [4.2.2](https://mongodb.github.io/mongo-java-driver/4.2/driver-scala/)

### 2.2.0
* mongo-scala-driver [4.2.1](https://mongodb.github.io/mongo-java-driver/4.2/driver-scala/)

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name := "simple-mongo"

organization := "com.sfxcode.nosql"

crossScalaVersions := Seq("2.13.4", "2.12.12")
crossScalaVersions := Seq("2.13.5", "2.12.12")

scalaVersion := crossScalaVersions.value.head

Expand Down Expand Up @@ -59,7 +59,7 @@ libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.2.2"

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

libraryDependencies += "com.github.luben" % "zstd-jni" % "1.4.8-7" % Provided
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.4.9-1" % Provided

val MongoJavaServerVersion = "1.37.0"

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.4.7
sbt.version=1.4.8

0 comments on commit 6656a57

Please sign in to comment.