Skip to content

Commit

Permalink
chore(dependencies): update
Browse files Browse the repository at this point in the history
mongo-scala-driver 4.6.0
  • Loading branch information
sfxcode committed May 4, 2022
1 parent 0fd5bb7 commit cf7d00e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
3 changes: 0 additions & 3 deletions docs/src/main/paradox/changes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# Version History
## Current Version
[ ![Download](https://api.bintray.com/packages/sfxcode/maven/mongocamp/images/download.svg) ](https://bintray.com/sfxcode/maven/mongocamp/_latestVersion)


## History

Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Support Scala 2.12 and Scala 2.13.

## Licence

[Apache 2](https://github.com/sfxcode/mongocamp/blob/master/LICENSE)
[Apache 2](https://github.com/MongoCamp/mongodb-driver/blob/master/LICENSE)

## Example: Model

Expand Down
14 changes: 7 additions & 7 deletions release.sbt
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
import sbt.url

organization := "dev.mongocamp"
organizationHomepage := Some(url("https://github.com/mongocamp"))
organizationHomepage := Some(url("https://github.com/MongoCamp"))

publishMavenStyle := true

homepage := Some(url("https://github.com/sfxcode/mongocamp"))
homepage := Some(url("https://mongocamp.github.io/mongodb-driver/"))

scmInfo := Some(
ScmInfo(
url("https://github.com/sfxcode/mongocamp"),
"scm:https://github.com/sfxcode/mongocamp.git"
url("https://github.com/MongoCamp/mongodb-driver"),
"scm:https://github.com/MongoCamp/mongodb-driver.git"
)
)

developers := List(
Developer(
id = "mongocamp",
name = "Tom Lamers",
email = "tom@sfxcode.com",
url = url("https://github.com/sfxcode")
name = "Tom",
email = "tom@mongocamp.dev",
url = url("https://github.com/MongoCamp")
)
)

Expand Down

0 comments on commit cf7d00e

Please sign in to comment.