We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfd57f commit 78666caCopy full SHA for 78666ca
README.md
@@ -6,6 +6,8 @@
6
7
[Doobie](https://github.com/tpolecat/doobie/) queries generated using higher-kinded data.
8
9
+See [complete documentation at GH pages](https://scalalandio.github.io/ocdquery/)
10
+
11
## Instalation
12
13
1. add in your sbt:
ocdquery.sbt
@@ -6,7 +6,7 @@ lazy val root = project.root
.setDescription("OCD Query build")
.configureRoot
.noPublish
- .aggregate(core, tests, readme)
+ .aggregate(core, tests)
lazy val core = project.from("core")
.setName("ocdquery-core")
0 commit comments