We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0396f10 commit d01f042Copy full SHA for d01f042
build.sbt
@@ -26,7 +26,7 @@ lazy val docs = (project in file("docs"))
26
libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.8.4",
27
publish / skip := true,
28
ghpagesNoJekyll := true,
29
- git.remoteRepo := "git@github.com:mongocamp/mongocampdb.git",
+ git.remoteRepo := "git@github.com:MongoCamp/mongodb-driver.git",
30
Compile / paradoxMaterialTheme ~= {
31
_.withRepository(uri("https://github.com/MongoCamp/mongodb-driver"))
32
},
0 commit comments