Skip to content

Commit

Permalink
chore(Dependencies): use last scala versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Feb 24, 2024
1 parent 99a763c commit f7b3fbc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ developers := List(

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

crossScalaVersions := Seq("2.13.12", "2.12.17")
crossScalaVersions := Seq("2.13.13", "2.12.17")

scalaVersion := crossScalaVersions.value.head

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

// Test

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

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

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

val circeVersion = "0.14.6"

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

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

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

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

val MongoJavaServerVersion = "1.44.0"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "mongodb-driver",
"organization" : "dev.mongocamp",
"version" : "2.6.9.snapshot",
"version" : "2.6.9",
"author" : "[email protected]",
"license" : "Apache-2.0",
"repository" : {
Expand Down

0 comments on commit f7b3fbc

Please sign in to comment.