Skip to content

Commit 7c6e237

Browse files
committed
chore: Dependency Updates
1 parent 5bafb1e commit 7c6e237

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
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.2.7
7+
* mongo-scala-driver [4.4.1](https://mongodb.github.io/mongo-java-driver/4.4/driver-scala/)
8+
69
#### 2.2.6
710
* mongo-scala-driver [4.4.0](https://mongodb.github.io/mongo-java-driver/4.4/driver-scala/)
811

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "simple-mongo"
22

3-
crossScalaVersions := Seq("2.13.7", "2.12.12")
3+
crossScalaVersions := Seq("2.13.8", "2.12.15")
44

55
scalaVersion := crossScalaVersions.value.head
66

@@ -23,7 +23,7 @@ lazy val docs = (project in file("docs"))
2323
name := "simple mongo docs",
2424
scalaVersion := "2.13.7",
2525
resolvers += "SFXCode" at "https://dl.bintray.com/sfxcode/maven/",
26-
libraryDependencies += "com.sfxcode.nosql" % "simple-mongo_2.13" % "2.2.5",
26+
libraryDependencies += "com.sfxcode.nosql" % "simple-mongo_2.13" % "2.2.6",
2727
libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.8.4",
2828
publish / skip := true,
2929
ghpagesNoJekyll := true,
@@ -42,7 +42,7 @@ resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repos
4242

4343
// Test
4444

45-
libraryDependencies += "org.specs2" %% "specs2-core" % "4.13.0" % Test
45+
libraryDependencies += "org.specs2" %% "specs2-core" % "4.13.1" % Test
4646

4747
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.7" % Test
4848

@@ -56,11 +56,11 @@ libraryDependencies ++= Seq(
5656
"io.circe" %% "circe-parser"
5757
).map(_ % circeVersion % Test)
5858

59-
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.4.0"
59+
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.4.1"
6060

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

63-
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.0-4" % Provided
63+
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.1-1" % Provided
6464

6565
val MongoJavaServerVersion = "1.39.0"
6666

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.5.5
1+
sbt.version=1.6.1

0 commit comments

Comments
 (0)