Skip to content

Commit

Permalink
chore: Dependency Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Jan 11, 2022
1 parent dbfe4d2 commit 3f749c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 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.7
* mongo-scala-driver [4.4.1](https://mongodb.github.io/mongo-java-driver/4.4/driver-scala/)

#### 2.2.6
* mongo-scala-driver [4.4.0](https://mongodb.github.io/mongo-java-driver/4.4/driver-scala/)

Expand Down
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "simple-mongo"

crossScalaVersions := Seq("2.13.7", "2.12.12")
crossScalaVersions := Seq("2.13.8", "2.12.15")

scalaVersion := crossScalaVersions.value.head

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

// Test

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

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

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

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

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

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

val MongoJavaServerVersion = "1.39.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.5.5
sbt.version=1.6.1

0 comments on commit 3f749c0

Please sign in to comment.