Skip to content

Commit 7f3bb9f

Browse files
authored
Update Skunk documentation for release status
Removed pre-release warning and updated Scala version support.
1 parent 8f9f235 commit 7f3bb9f

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)