Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
Prepare 0.0.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lorandszakacs committed Mar 31, 2021
1 parent ca93b1d commit 9cd0dac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# unreleased

# 0.0.2

New scala versions:
- `3.0.0-RC2`

Dependency upgrades:
- [cats-core](https://github.com/typelevel/cats) `2.5.0`

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

## getting started

This library is published for Scala 3, Scala 2 (with some caveats), and ScalaJS.
This library is published for Scala 3-0-0-RC2, 3-0-0-RC1, 2.13, 2.12, both on the JVM, and JS platforms.

### sprout

```scala
libraryDependencies ++= "com.lorandszakacs" %% "sprout" % "0.0.1"
libraryDependencies ++= "com.lorandszakacs" %% "sprout" % "0.0.2"
```

Depends on:

- [cats-core](https://github.com/typelevel/cats) `2.4.2`
- [cats-core](https://github.com/typelevel/cats) `2.5.0`
- [shapeless](https://github.com/milessabin/shapeless/) `2.3.3` — only for Scala 2

### snapshots
Expand Down

0 comments on commit 9cd0dac

Please sign in to comment.