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 8f9f235 commit 7f3bb9fCopy full SHA for 7f3bb9f
1 file changed
modules/docs/src/main/laika/index.md
@@ -7,9 +7,8 @@
7
- Skunk is purely functional, non-blocking, and provides a tagless-final API.
8
- Skunk gives very good error messages.
9
- Skunk embraces the [Scala Code of Conduct](http://scala-lang.org/conduct.html).
10
-- **Skunk is pre-release software!** Code and documentation are under active development!
11
12
-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:
13
14
```scala
15
libraryDependencies += "org.tpolecat" %% "skunk-core" % "@VERSION@"
0 commit comments