Skip to content

Commit

Permalink
chore(Dependencies): mongo scala driver 4.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Jul 29, 2023
1 parent 88087e0 commit faa22b0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 45 deletions.
16 changes: 8 additions & 8 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.10", "2.12.17")
crossScalaVersions := Seq("2.13.11", "2.12.17")

scalaVersion := crossScalaVersions.value.head

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

libraryDependencies += "org.specs2" %% "specs2-core" % "4.20.0" % Test

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

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

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

libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.9.1"
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.10.2"

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

libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.5-2" % Provided
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.5-5" % Provided

libraryDependencies += "org.apache.lucene" % "lucene-queryparser" % "9.6.0"
libraryDependencies += "org.apache.lucene" % "lucene-queryparser" % "9.7.0"

val MongoJavaServerVersion = "1.43.0"
val MongoJavaServerVersion = "1.44.0"

libraryDependencies += "de.bwaldvogel" % "mongo-java-server" % MongoJavaServerVersion % Provided

Expand All @@ -95,7 +95,7 @@ libraryDependencies += "com.typesafe" % "config" % "1.4.2"

libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"

libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.10.0"
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0"

buildInfoPackage := "dev.mongocamp.driver.mongodb"

Expand Down
5 changes: 0 additions & 5 deletions docs/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
import DefaultTheme from 'vitepress/theme'
import './custom.css'
import type {App} from 'vue'
import {anu} from 'anu-vue'
import 'uno.css'
import DependecyGroup from './components/DependecyGroup.vue'

export default {
...DefaultTheme,
enhanceApp({app}: { app: App }) {
app.use(anu, {
registerComponents: true,
})
app.component('DependecyGroup', DependecyGroup)

}
}

8 changes: 0 additions & 8 deletions docs/uno.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { presetAnu, presetIconExtraProperties } from 'anu-vue'
import { presetThemeDefault } from '@anu-vue/preset-theme-default'

import {
defineConfig,
Expand All @@ -15,18 +13,12 @@ export default defineConfig({
presetIcons({
scale: 1.2,
unit: 'em',
extraProperties: presetIconExtraProperties

}),

// anu-vue presets
presetAnu(),
presetThemeDefault()
],
transformers: [
transformerVariantGroup(),
transformerDirectives()
],
configDeps: ['../anu-vue/src/presets/theme-default/index.ts'],
include: [/.*\/anu-vue\.js(.*)?$/, './**/*.vue', './**/*.md']
})
26 changes: 3 additions & 23 deletions 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.4.snapshot",
"version" : "2.6.4",
"author" : "info@mongocamp.dev",
"license" : "Apache-2.0",
"repository" : {
Expand All @@ -19,29 +19,9 @@
"docs:dev" : "pnpm docs:external; vitepress dev docs"
},
"devDependencies" : {
"vitepress" : "1.0.0-beta.6",
"@unocss/preset-icons" : "^0.51.8",
"unocss" : "^0.51.8",
"vitepress" : "1.0.0-alpha.74",
"date-fns" : "^2.29.3",
"@iconify-json/fluent-emoji" : "^1.1.13",
"gray-matter" : "^4.0.3",
"fs-extra" : "^11.1.1",
"conventional-changelog-cli" : "^2.2.2",
"@iconify-json/heroicons-outline" : "^1.1.6",
"flexsearch" : "^0.7.31",
"eslint" : "^8.39.0",
"vue" : "^3.2.47",
"@anu-vue/preset-theme-default" : "^0.13.1",
"typescript" : "^5.0.4",
"anu-vue" : "^0.13.1",
"@openapitools/openapi-generator-cli" : "^2.6.0",
"@iconify-json/logos" : "^1.1.25",
"@antfu/eslint-config" : "^0.38.5",
"@iconify-json/bx" : "^1.1.6",
"@types/node" : "^18.16.2",
"@vueuse/core" : "^10.1.0",
"@iconify-json/mdi" : "^1.1.50",
"@unocss/preset-uno" : "0.51.8",
"markdown-it" : "^13.0.1"
"@iconify-json/fluent-emoji" : "^1.1.13"
}
}
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.2
sbt.version=1.9.3

0 comments on commit faa22b0

Please sign in to comment.