File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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),
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments