Skip to content

Commit 48cba1e

Browse files
committed
fix docs
1 parent db1ec77 commit 48cba1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ lazy val natchezDoobieLegacy = projectMatrix
216216
libraryDependencies ++= Seq(
217217
"org.tpolecat" %% "natchez-core" % natchezVersion,
218218
"org.tpolecat" %% "doobie-core" % doobieLegacyVersion,
219-
"org.tpolecat" %% "doobie-h2" % doobieVersion % Test
219+
"org.tpolecat" %% "doobie-h2" % doobieLegacyVersion % Test
220220
)
221221
)
222222
.dependsOn(core)
@@ -275,7 +275,6 @@ lazy val docs = project
275275
ce3Utils.jvm(scala213Version),
276276
datadogMetrics.jvm(scala213Version),
277277
natchezDoobie.jvm(scala213Version),
278-
natchezDoobieLegacy.jvm(scala213Version),
279278
datadogStable213,
280279
natchezCombine.jvm(scala213Version),
281280
natchezSlf4j.jvm(scala213Version),

docs/docs/docs/natchez-doobie.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ object NatchezDoobie extends IOApp {
6363
driver = "org.postgresql.Driver",
6464
url = "jdbc:postgresql:example",
6565
user = "postgres",
66-
pass = "password" // of course don't hard code these details in your applications!
66+
password = "password", // of course don't hard code these details in your applications!
67+
logHandler = None,
6768
)
6869
)
6970

0 commit comments

Comments
 (0)