Skip to content

Commit f7b3fbc

Browse files
committed
chore(Dependencies): use last scala versions
1 parent 99a763c commit f7b3fbc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.sbt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ developers := List(
4040

4141
licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html"))
4242

43-
crossScalaVersions := Seq("2.13.12", "2.12.17")
43+
crossScalaVersions := Seq("2.13.13", "2.12.17")
4444

4545
scalaVersion := crossScalaVersions.value.head
4646

@@ -61,11 +61,11 @@ resolvers += "Sonatype OSS Snapshots".at("https://oss.sonatype.org/content/repos
6161

6262
// Test
6363

64-
libraryDependencies += "org.specs2" %% "specs2-core" % "4.20.3" % Test
64+
libraryDependencies += "org.specs2" %% "specs2-core" % "4.20.5" % Test
6565

66-
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.11" % Test
66+
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.0" % Test
6767

68-
libraryDependencies += "joda-time" % "joda-time" % "2.12.5" % Test
68+
libraryDependencies += "joda-time" % "joda-time" % "2.12.7" % Test
6969

7070
val circeVersion = "0.14.6"
7171

@@ -79,9 +79,9 @@ libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.11.1"
7979

8080
libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.10.5" % Provided
8181

82-
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.5-10" % Provided
82+
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.5-11" % Provided
8383

84-
libraryDependencies += "org.apache.lucene" % "lucene-queryparser" % "9.8.0"
84+
libraryDependencies += "org.apache.lucene" % "lucene-queryparser" % "9.10.0"
8585

8686
val MongoJavaServerVersion = "1.44.0"
8787

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name" : "mongodb-driver",
33
"organization" : "dev.mongocamp",
4-
"version" : "2.6.9.snapshot",
4+
"version" : "2.6.9",
55
"author" : "info@mongocamp.dev",
66
"license" : "Apache-2.0",
77
"repository" : {

0 commit comments

Comments
 (0)