Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions modules/docs/src/main/laika/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
- Skunk is purely functional, non-blocking, and provides a tagless-final API.
- Skunk gives very good error messages.
- Skunk embraces the [Scala Code of Conduct](http://scala-lang.org/conduct.html).
- **Skunk is pre-release software!** Code and documentation are under active development!

Skunk is published for Scala 2.12, 2.13, and 3 on JVM, Node.js, and Native. It can be included in your project thus:
Skunk is published for Scala 2.13, and 3 on JVM, Node.js, and Native. It can be included in your project thus:

```scala
libraryDependencies += "org.tpolecat" %% "skunk-core" % "@VERSION@"
Expand Down
Loading