Skip to content

Commit 68b2abc

Browse files
authored
Merge pull request #1291 from froth/patch-1
Update Skunk documentation for release status
2 parents 8f9f235 + 7f3bb9f commit 68b2abc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

modules/docs/src/main/laika/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
- Skunk is purely functional, non-blocking, and provides a tagless-final API.
88
- Skunk gives very good error messages.
99
- 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!
1110

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:
11+
Skunk is published for Scala 2.13, and 3 on JVM, Node.js, and Native. It can be included in your project thus:
1312

1413
```scala
1514
libraryDependencies += "org.tpolecat" %% "skunk-core" % "@VERSION@"

0 commit comments

Comments
 (0)