Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions docs/faqs/directory.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
laika.title = Frequently Asked Questions
laika.navigationOrder = [
typelevel_stewardship.md
ide_faqs.md,
other_effects.md
]
11 changes: 11 additions & 0 deletions docs/faqs/typelevel-stewardship.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Why has the organization changed?

The stewardship of weaver has moved from `disneystreaming` to `typelevel`.

Weaver makes heavy use of the `cats-effect` and `fs2` Typelevel projects. These enable weaver to run tests concurrently, provide safe resource handling, composable assertions and much more. By becoming part of the Typelevel umbrella, weaver can be maintained more easily alongside its core dependencies.

The new weaver project is licensed under Apache 2.0 and requires no CLA for contributions.

## Migrating from `org.disneystreaming`

If you use [Scala Steward](https://github.com/scala-steward-org/scala-steward), you will migrate automatically. If not, read the [`0.9.0` migration guide](https://github.com/typelevel/weaver-test/releases/tag/v0.9.0).
6 changes: 6 additions & 0 deletions docs/overview/installation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Installation
============

@:callout(info)
The stewardship of Weaver has moved from `disneystreaming` to `typelevel`.

You can migrate from previous versions of weaver by following the [migration guide](https://github.com/typelevel/weaver-test/releases/tag/v0.9.0), or [learn more about the stewardship](../faqs/typelevel-stewardship.md).
@:@

You'll need to install the following dependencies to test your programs against `cats.effect.IO`

### SBT (1.9.0+)
Expand Down